OMICRONEnergy / oscd-designer

Apache License 2.0
3 stars 6 forks source link

Evict move/resize handles from svg #55

Open ca-d opened 10 months ago

ca-d commented 10 months ago

Currently the handles for moving and resizing containers are part of the svg (SVG anchor elements) and can thus be obstructed, e.g. by equipment (in the case of the move handle) or connectivity nodes (even for the resize handle).

Extract these handles and place them above the svg as regular HTML elements in order to fix this issue.