Hey Giorgio, nice work on the library!
I'm experimenting with using your library to handle widget rendering in my Map Projection software and one feature I'd like is the ability to have all the style information output as css in the style tag, rather than as attributes on the various paths.
My use case involves passing the svg file to the user for further editing, and all the styles for every line will be identical, so for file size and ease of editing, I'd like to consolidate the style information.
Does VectSharp already support such a thing, or is it something you're interested in adding?
Hey Giorgio, nice work on the library!
I'm experimenting with using your library to handle widget rendering in my Map Projection software and one feature I'd like is the ability to have all the style information output as css in the
styletag, rather than as attributes on the various paths.My use case involves passing the svg file to the user for further editing, and all the styles for every line will be identical, so for file size and ease of editing, I'd like to consolidate the style information.
Does VectSharp already support such a thing, or is it something you're interested in adding?