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
Increasing the miter limit simple changes the point where it flips to the bevel shown.
Note
This looks the same as #573, however that issue was resolved with a PR, so I'm confused. I'm using lyon = "1.0.1". I also tried specifically using lyon_tessellation = "1.0.15". Perhaps it regressed?
The text was updated successfully, but these errors were encountered:
According to the docs,
LineJoin
should behave the same as in the SVG specification. This means:However, the behaviour I'm seeing with
StrokeTessellator
is that both Miter and MiterClip fall back to Bevel when the limit is exceeded.Example
With
this is the rendered join:
Increasing the miter limit simple changes the point where it flips to the bevel shown.
Note
This looks the same as #573, however that issue was resolved with a PR, so I'm confused. I'm using
lyon = "1.0.1"
. I also tried specifically usinglyon_tessellation = "1.0.15"
. Perhaps it regressed?The text was updated successfully, but these errors were encountered: