Dashed Arc draws additional 1 pixel wide line
Heya!
First off thanks for this amazing tool, I had a lot of fun playing around with it so far!
I found that when using the Dashed variant of a Ring Sector when using Fixed Count there appears to be an additional 1 pixel wide line.
It persists independent of the amount of dashes.
The Round Caps also seem to originate from this line, if that helps narrowing it down:
The round caps also only appear on one side. I am not sure if this is intended or not or if round caps should work with the Dashes at all.
Kind regards,
ScriptMage
this one is a little tricky to solve, because it involves special-casing the behavior for dashes specifically for arcs, in ways that it doesn't do otherwise
the behavior is technically correct but practically annoying. In the first picture, the small line is there because it's technically supposed to start a dash at that location. In the second picture, there is a round cap on both ends, it just so happens that the dash starts at one cap (the one on the right), but on the left side, it was just done with a dash, and now it's adding a space.
if you tweak dash offset you'll see how it works. I might be able to add a fix for this, but, special casing has a performance overhead that's not always worth it, especially when you can usually work around it in these cases with dash offsetting