Changing a text field inside an SVG file. Possible?
in
Programming Questions
•
2 years ago
Here's what I'd like to do:
Load and display an SVG file.
Target a text field by ID within that SVG and let the user change it via a separate text field.
Update the display to show the change.
Is this possible? I understand how to load and display SVG files, but how to I start accessing the elements in the SVG file?
1