We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015ba10 commit c674b9fCopy full SHA for c674b9f
canvas2svg.js
@@ -800,7 +800,7 @@
800
applyCurrentDefaultPath.call(this, false);
801
}
802
803
- element.setAttribute("paint-order", `${paintMethod2} ${paintMethod1} markers`);
+ element.setAttribute("paint-order", `${paintMethod1} ${paintMethod2} markers`);
804
805
state[paintMethod1] = true;
806
state.currentPath = currentPath;
0 commit comments