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

Scoping styles #110

Open ad-chaos opened 6 months ago

ad-chaos commented 6 months ago

Currently all svgbob generated svg's are scoped to a svgbob class, but styles leak when using multiple svg's with different settings that are generated by svgbob. I propose adding a parent_id: Option<String> setting to properly scope the styles to some given parent element.