Interact with SVG files

0
Are there any plugins that can help render and then exactract data from an 2 dimensional SVG file when clicked on? I have an SVG with various retangles defined and each has an ID. I suppose I could write some custom javascript to identify the ID of any objects that are clicked on, but I was hoping there might be something already built in Mendix that could save me some time. I see something in the app/marketplace that renders SVG’s, but nothing that takes an SVG and easily presents the data behind it to the user,    Ideally the functionality I’m going for it to click on an area in the rendered SVG, possibly change the color after being clicked on, retrieve the ID and then be able to save some metadata in th
asked
1 answers
0

If there isn’t anything specifically with SVG’s is there anything that easily can identify simply the ID’s of any objects that are clicked on. 

answered