To be able to manipulate SVG elements from Python we must have a possibility to "select" items.
That is, a certain kind of action (e.g. Ctrl-Click or right click) should
- make the element the "draggedObject" persistently
-.highlight that object in some distinguishable way
- allow Python to access/control/manipulate this element
To be able to manipulate SVG elements from Python we must have a possibility to "select" items.
That is, a certain kind of action (e.g. Ctrl-Click or right click) should
-.highlight that object in some distinguishable way