svgdotjs / svg.import.js

A plugin for importing raw SVG into the svg.js library
99 stars 44 forks source link

Add link support #35

Closed xckon closed 10 years ago

xckon commented 10 years ago

Don't render "a" tags.

wout commented 10 years ago

That's right, <a> tags are not supported by the import plugin. Development on this plugin will stop with the new release.

Import functionality will be part of the core with the svg() method. The implementation is completely rewritten and all elements will be supported by default..

xckon commented 10 years ago

Great! Thanks for the quick answer. Cheers.