Skip to content

Commit

Permalink
Not sure how that happened
Browse files Browse the repository at this point in the history
  • Loading branch information
winsock authored Nov 1, 2017
1 parent 40c0fde commit 2c0d2f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ function recursiveTreeWalk(parent, groupLevel, clipPath) {
pushUnique(warnings, "found path(s) without data (empty or invalid parameter <i>d</i>)");
}
} else if (current.is("line")) {
printPath(ShapeConverter.convertLine(current),
(current), groupLevel, clipPath);
printPath(ShapeConverter.convertLine(current), getStyles(current), groupLevel, clipPath);
} else if (current.is("rect")) {
printPath(ShapeConverter.convertRect(current), getStyles(current), groupLevel, clipPath);
} else if (current.is("circle")) {
Expand Down

0 comments on commit 2c0d2f7

Please sign in to comment.