Retrieve SVG attributes
Is there a way to get attributes from imported SVG, such as the 'id' in this snippet from the source code from an SVG map? I've tried poking around with the Lookup node but haven't found something like that.
<g id="hi">
<title>Hawaii</title>
<path class="state hi" [vector data...] id="HI" />
</g>
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Frederik De Ble... on 05 Jun, 2015 01:06 PM
Unfortunately, no. Custom attributes are not retained in the imported Path objects.