Skip to content

Commit c674b9f

Browse files
committed
Update paint order
1 parent 015ba10 commit c674b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canvas2svg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@
800800
applyCurrentDefaultPath.call(this, false);
801801
}
802802

803-
element.setAttribute("paint-order", `${paintMethod2} ${paintMethod1} markers`);
803+
element.setAttribute("paint-order", `${paintMethod1} ${paintMethod2} markers`);
804804

805805
state[paintMethod1] = true;
806806
state.currentPath = currentPath;

0 commit comments

Comments
 (0)