ariel-bentu / tam-drawio

A drawio plugin which offers TAM notation
Apache License 2.0
69 stars 14 forks source link

Fix: inconsistent edge thickness of communication channels #4

Closed schubertha closed 2 years ago

schubertha commented 2 years ago

When modeling communication channels and zooming to, say, 200%, the edges of communication channels have different thickness:

image

Apparently the actual stroke width used to draw the first edge differs from the getCurrentStrokeWidth() call issued before drawing the channel which is then used when drawing the second edge.

This is a quick change addressing the issue.