svgdotjs / svg.import.js

A plugin for importing raw SVG into the svg.js library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Append transformation on existing transformation of imported element

marthijn opened this issue · 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

commented

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

commented

Welcome!