svgdotjs / svg.import.js

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

Doesn't support symbols exported from Illustrator #27

Open thellers opened 10 years ago

thellers commented 10 years ago

Hi,

I'm exporting from Illustrator, and making heavy use of symbols to add structure to my graphics.

Sadly, the plugin doesn't appear to support symbols. Graphics contained in symbols are missing and I get 'SVG Import got unexpected type Symbol'.

svsdesign commented 10 years ago

@thellers Don't suppose you found a work around for this issue?

wout commented 10 years ago

As of version 1.0.0-rc.10 importing raw svg will just work out of the box. Symbols are already implemented so as soon as I release rc10 this issue will be solved.

mritterhoff commented 9 years ago

@wout Any update on this issue?

ebalder commented 9 years ago

I have done a patch which approaches this issue (#39). I did't mark it as a fix for this because I don't know if illustrator would introduce more incompatibilities. At least a standard symbol works. Could someone confirm this?