gfwilliams / svgtoeagle

Online SVG to Eagle CAD converter
MIT License
85 stars 26 forks source link

Warn user if any SVG objects do not have a fill or stroke defined #18

Closed EmbeddedMan closed 3 years ago

EmbeddedMan commented 4 years ago

This currently causes silent failure to output those objects in the .scr.

gfwilliams commented 4 years ago

There are usually some that don't have a fill or stroke that are never meant to be rendered, hence why they are left out rather than converted in the first place.

I think you get a warning if there are no objects?

Spider84 commented 4 years ago

my svg exported from CorelDRAW use class as style of fill and stroke. Script don't work with this files :(

gfwilliams commented 4 years ago

Please could you post up a (simple) example file?