Skip to content

Commit 97a4535

Browse files
authored
fix fix fixxx
1 parent 515904d commit 97a4535

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/addons/addons/custom-block-shape/userscript.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ export default async function ({ addon, console }) {
7878
`c -1 ${1 * notchSize} -2 ${2 * notchSize} -4 ${2 * notchSize} ` +
7979
`c ${-4 * (multiplier - 0.5)} 0 ${-8 * (multiplier - 0.5)} ${-8 * (multiplier - 0.5) * notchSize} ${-12 * (multiplier - 0.5)} ${-8 * (multiplier - 0.5) * notchSize} ` +
8080
`c ${-4 * (multiplier - 0.5)} 0 ${-8 * (multiplier - 0.5)} ${8 * (multiplier - 0.5) * notchSize} ${-12 * (multiplier - 0.5)} ${8 * (multiplier - 0.5) * notchSize} ` +
81-
`c 2 0 3 ${-1 * notchSize} 4 ${-2 * notchSize} ` +
82-
`l ${4 * multiplier * notchSize} ${-4 * multiplier * notchSize} ` +
83-
`c 1 ${-1 * notchSize} 2 ${-2 * notchSize} 4 ${-2 * notchSize} `
81+
`c -2 0 -3 ${-1 * notchSize} -4 ${-2 * notchSize} ` +
82+
`l ${-4 * multiplier * notchSize} ${-4 * multiplier * notchSize} ` +
83+
`c -1 ${-1 * notchSize} -2 ${-2 * notchSize} -4 ${-2 * notchSize} `
8484

8585
BlockSvg.INPUT_SHAPE_HEXAGONAL =
8686
"M " +

0 commit comments

Comments
 (0)