Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify contour and component drawing. #4

Open
typesupply opened this issue May 30, 2014 · 0 comments
Open

Modify contour and component drawing. #4

typesupply opened this issue May 30, 2014 · 0 comments
Assignees
Milestone

Comments

@typesupply
Copy link
Member

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?

@typesupply typesupply added this to the UFO 3 milestone May 30, 2014
@typesupply typesupply self-assigned this May 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant