theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

[edges] get anchor correction from SVG #181

Open JanKoehnlein opened 7 years ago

JanKoehnlein commented 7 years ago

We should use the stroke-width from the SVG DOM for `AnchorableView.getStrokeWidth()

spoenemann commented 6 years ago

Now the stroke width can be stored in the model, see CircularNode and RectangularNode. We need an action that feeds the information from the DOM into the model.