ivanceras / svgbob

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

Styles are leaking #100

Closed JerryI closed 1 year ago

JerryI commented 1 year ago

it injects global styles for SVG, which basically corrupts other SVGs on a page. Screenshot 2023-03-21 at 18 16 56

I am using wasm-packed version of SVGBOB It would be nice have a prefix added to the classes

ivanceras commented 1 year ago

Thanks opening this issue @JerryI , this is something that should be a feature in this project.

ivanceras commented 1 year ago

This has been fixed in 0.7.0 release