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

Add an .outline() method to some Draw types using polyline geometry. #167

Closed
5 tasks
mitchmindtree opened this issue Jun 30, 2018 · 0 comments · Fixed by #375
Closed
5 tasks

Add an .outline() method to some Draw types using polyline geometry. #167

mitchmindtree opened this issue Jun 30, 2018 · 0 comments · Fixed by #375

Comments

@mitchmindtree
Copy link
Member

mitchmindtree commented Jun 30, 2018

Outlines are commonly used throughout Processing and as a result, this is blocking quite a few of the examples #86.

This could be done by creating a polyline to surround the geometry using the geom::line::join::miter items.

Shapes that should support outline include:

  • rect
  • ellipse
  • polygon
  • quad
  • tri

Styling options for the outline should include:

  • thickness
  • color
  • join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant