Skip to content

Commit 9636d7e

Browse files
authored
cool i forgot to paste the new code from my computer crash
1 parent 9f041a1 commit 9636d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default async function ({ addon, console }) {
99

1010
function scalePathXY(path, scaleX, scaleY) {
1111
const util = BlockSvg.CUSTOM_NOTCH_UTIL;
12-
const tokens = util.path2TokenList(pathStr);
12+
const tokens = util.path2TokenList(path);
1313
const result = [];
1414
let i = 0;
1515
while (i < tokens.length) {

0 commit comments

Comments
 (0)