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.