I have a question related to objects stored in svg file under <defs> .
they can be later multiple times located on document, including transformations.
I am trying to figure out how to edit such symbols. Please look on attached svg file.
it comes from (server folder)
weather-script-preprocess.svg
(48.01 kB - downloaded 323 times) https://mpetroff.net/2012/09/kindle-weather-display/please note that uploaded svg is already edited manually in xml editor to show one icon. if you download it from linked git repo, there will be empty place.
In linked project in a clever way of processing svg file with embedded icons (or symbols) , a final svg file is processed by python program.
All icons necessary to display are already embedded it this file, but when I open this file in inkscape, I can not fin them.
The only possible way to "see" it in inkscape, is to open xml editor , find #ICON_ONE and reaplce it't value with #blizzard for example (look for idg8483, and then deeper ICON_ONE text)
If you see this svg file in text editor - yuo will see all other icons too...
So my issue is:
1. is there a way to easy extract such <defs> hidden objects?
2. if they are shown using method described above (so visible on screen) - how can I edit them. (I mean how to impact data stored in <defs> section