I’m currently working on a set of icons which are a mix of bought and customised vectors.
The bought icons are all shapes with fills, but with the new icons I’m adding, working with strokes is preferable:
The icons will end up in a web application, and I do some additional work to manipulate fills and strokes both at the CSS and SVG level with JavaScript.
The ideal situation for me would be to have everything in the authoring environment be strokes, and everything in the runtime environment be fills.
Could an export option “outline strokes” (analogous to “outline text”) be added to the SVG export, document export options, or even to the lines themselves?
Thanks.