Skip to content
Snippets Groups Projects
Commit 6e6dbb9c authored by Manuel Herrmann's avatar Manuel Herrmann
Browse files

svg oops

parent 2fef44c5
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ function Path(svgPathData, offset) { ...@@ -34,7 +34,7 @@ function Path(svgPathData, offset) {
this.edges = []; this.edges = [];
if (!offset) offset = [0,0]; if (!offset) offset = [0,0];
var currentPosition = [offset[0], offset[1]]; var currentPosition = [-offset[0], -offset[1]];
var lastPosition = null; var lastPosition = null;
var currentCommand = 'm'; var currentCommand = 'm';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment