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
In drawing.py, the contour and component drawing is handled with separate pens. This is fine if the contour and component colors are different, but if they are the same, they both need to be drawn with the same pen to properly display winding directions. To solve this, introduce a new pen* (and factory) that has them combined and test the colors before choosing the paths to use.
*Or maybe combine the two NSBezierPaths into one?
The text was updated successfully, but these errors were encountered:
In drawing.py, the contour and component drawing is handled with separate pens. This is fine if the contour and component colors are different, but if they are the same, they both need to be drawn with the same pen to properly display winding directions. To solve this, introduce a new pen* (and factory) that has them combined and test the colors before choosing the paths to use.
*Or maybe combine the two NSBezierPaths into one?
The text was updated successfully, but these errors were encountered: