4xx / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

updateClipPath needed? #1176

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
if <use> uses clip-path attribute which references clipPath in defs, 
transforming <use> causes double update to clipPath object.
Scaling to use element, will add transform matrix to <use>.
This transform applied after clip-path is applied. So updating of clipPath is 
actually needless.

Original issue reported on code.google.com by psh....@gmail.com on 25 Jan 2014 at 6:40