Fork me on GitHub
#off-topic
<
2022-03-13
>
Oliver George07:03:15

I'm getting personal with SVG. Is there such a thing as "flattening" / "simplifying" the SVG so it doesn't have <use> and <symbol> tags? They seem to be about avoiding redundancy but complicate my use of them. (Not sure this is a sensible thing to ask.)

orestis07:03:12

You can just process the XML and "expand" the use to be the actual referenced thing.