rikrd / geomerative

Geomerative is a library for Processing. It extends 2D geometry operations to facilitate generative geometry. Includes a TrueType font and an SVG interpreters. This library exposes the shapes (such as vector drawings or typographies) in a more approchable way. Geomerative makes it easy to access the contours, the control points and the curve points, making it easy to develop generative typography and geometry pieces in Processing.
http://www.ricardmarxer.com/geomerative
GNU General Public License v3.0
175 stars 29 forks source link

2nd child's path is always closed #6

Open micuat opened 6 years ago

micuat commented 6 years ago

hi,

when I create 2 or more children in RShape, the first child's path is not closed but the others are automatically closed: https://gist.github.com/micuat/7cd38b7b55d876affe19b92a836a53a3

It does the same if I change addChild to addPath. Is it intended behavior? and I couldn't find how to set open on a RPath/RShape (close is easy as calling addClose)