You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aparent_id: Option<String>
setting to properly scope the styles to some given parent element.The text was updated successfully, but these errors were encountered: