File tree Expand file tree Collapse file tree
src/addons/addons/custom-block-shape Expand file tree Collapse file tree Original file line number Diff line number Diff 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 " +
You can’t perform that action at this time.
0 commit comments