svgdotjs/svg.import.js

Append transformation on existing transformation of imported element

marthijn opened this issue · 3 comments

It seems the transform function overwrites the transformation attribute of an imported element instead of appending it (as explained here: svgdotjs/svg.js#38). See my SO question here: http://stackoverflow.com/questions/17337612/svg-js-append-or-prepend-transformation

wout commented

Transformations are now parsed on import in v0.8 of svg.import.js.

Thanks!

wout commented

Welcome!