ivanceras / svgbob

Convert your ascii diagram scribbles into happy little SVG
http://ivanceras.github.io/svgbob-editor/
Apache License 2.0
3.91k stars 112 forks source link

Properly vectorize close shapes to allow styling #12

Closed ivanceras closed 4 years ago

ivanceras commented 7 years ago

The shapes are all cramped together in one big path, and it is not possible for further styling. This is requirement for issue #11

virtualirfan commented 5 years ago

Hi @ivanceras:

Can you outline how you envision this getting implemented in case I want to take a stab at it?

ivanceras commented 5 years ago

yeah, you can go ahead and implement, I don't have much time working on this project as of the moment.

ivanceras commented 5 years ago

This is very hard to accomplish without doing a complete overhaul of the design.