-
Notifications
You must be signed in to change notification settings - Fork 6
Color spacing in dashed color mode (Relative) is broken #92
Description
Description:
When creating a shape with a dashed color, the spacing of the segments is not even. Instead, there is a part-segment of the shape that is not fully drawn at the end of the drawing cycle OR two segments of the same color merge into one large segment at the start / end of the drawing cycle. Which of the two occurs depends on frequency and shape size.
Expected behavior:
When drawing a shape with a dashed color at a frequency of four, exactly 8 equally sized dashes should be drawn. The color dashing should also not change depending on the shape size.
Steps to reproduce:
-Open editor mode
-Select dashed color mode (relative cycle length)
-Set Frequency to 4
-Set colors to show the different segments clearly
-Draw a small, medium and large circle
Outcome: The circles will not have even color spacing or weird cut-off segments at the start and end depending on their size
Image:
(Large circle: Two segments combining into one, Small circle: A remnant segment left over at the end of the line)
