Better storing and loading of svg images #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Today all svg icons are stored as symbols within a large svg file in index.html. The symbols are injected into a svg using xlink:href on the id of the symbol.
Could create a component that injects symbols from an assets file that only contains the symbol xml. This would make it a bit more dynamic as they don't all need to be defined and loaded during launch.
But would loose the preview or drag-and-drop as there not stored as svg files.