You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an edge has an arrow head, we have to adjust the anchor point with respect to the stroke width and angle of the arrow head. Currently we store this correction values in the SModel (SRoutableElement#sourceAnchorCorrectionand #targetAnchorCorrection).
We should consider fetching these values from the view, as that is where the arrow head is defined.
The text was updated successfully, but these errors were encountered:
JanKoehnlein
changed the title
[anchor] get source/targetAnhorCorrection from view
[anchor] get source/targetAnchorCorrection from view
Feb 8, 2019
When an edge has an arrow head, we have to adjust the anchor point with respect to the stroke width and angle of the arrow head. Currently we store this correction values in the SModel (
SRoutableElement#sourceAnchorCorrection
and#targetAnchorCorrection
).We should consider fetching these values from the view, as that is where the arrow head is defined.
The text was updated successfully, but these errors were encountered: