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 @@ -55,6 +55,7 @@ export default async function ({ addon, console }) {
5555 `l ${ 4 * multiplier * notchSize } ${ - 4 * multiplier * notchSize } ` +
5656 `c 1 ${ - 1 * notchSize } 2 ${ - 2 * notchSize } 4 ${ - 2 * notchSize } `
5757 BlockSvg . NOTCH_PATH_RIGHT =
58+ `h ${ ( - 4 * ( cornerSize - 1 ) - 5 * ( 1 - notchSize ) ) } ` +
5859 `c -2 0 -3 ${ 1 * notchSize } -4 ${ 2 * notchSize } ` +
5960 `l ${ - 4 * multiplier * notchSize } ${ 4 * multiplier * notchSize } ` +
6061 `c -1 ${ 1 * notchSize } -2 ${ 2 * notchSize } -4 ${ 2 * notchSize } ` +
@@ -73,6 +74,7 @@ export default async function ({ addon, console }) {
7374 `l ${ 4 * multiplier * notchSize } ${ - 4 * multiplier * notchSize } ` +
7475 `c 1 ${ - 1 * notchSize } 2 ${ - 2 * notchSize } 4 ${ - 2 * notchSize } `
7576 BlockSvg . NOTCH_SWITCH_PATH_RIGHT =
77+ `h ${ ( - 4 * ( cornerSize - 1 ) - 5 * ( 1 - notchSize ) ) } ` +
7678 `c -2 0 -3 ${ 1 * notchSize } -4 ${ 2 * notchSize } ` +
7779 `l ${ - 4 * multiplier * notchSize } ${ 4 * multiplier * notchSize } ` +
7880 `c -1 ${ 1 * notchSize } -2 ${ 2 * notchSize } -4 ${ 2 * notchSize } ` +
You can’t perform that action at this time.
0 commit comments