forked from Jack000/SVGnest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-For certain elements (most notably "path"), modify approach to build…
… new "d" attribute string as code iterates through the points on the element, rather than storing the new point in s.x and s.y. This is because the setter for s.x and s.y in the pathsegpolyfill utility is very expensive and leads to massive slowdown on large/complex paths. -Support transformations for clipPath tags (including those defined within "def" tags) -Support preservation of ids and classes through transformation -Support transformations for line elements
- Loading branch information
Povolny, Johnny
authored and
Povolny, Johnny
committed
Jan 3, 2019
1 parent
285ae61
commit 55ff0d5
Showing
1 changed file
with
85 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters