Although it's a bit antithetical to the concept SVG Tiler, I think we should have an option to avoid <symbol> and <use>, and instead just inline every rendered symbol.
Motivations:
- Some SVG systems (e.g. Origami Simulator) don't support
<use>
- It can help with animation (e.g. changing the color of a circle).
- Could also avoid the cache in this case, so use less space. Maybe relevant to GUI?
Although it's a bit antithetical to the concept SVG Tiler, I think we should have an option to avoid
<symbol>and<use>, and instead just inline every rendered symbol.Motivations:
<use>