Skip to content

Commit

Permalink
Update paint order
Browse files Browse the repository at this point in the history
  • Loading branch information
mudcube committed Oct 5, 2018
1 parent 015ba10 commit c674b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canvas2svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@
applyCurrentDefaultPath.call(this, false);
}

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

state[paintMethod1] = true;
state.currentPath = currentPath;
Expand Down

0 comments on commit c674b9f

Please sign in to comment.