How to deactivate polygonizer in geomerative

Hi again @jeykech,

Please reference related threads – Problem with Bezier Curves when exporting SVG from illustrator, and Getting undesirable vertices when importing SVG from illustrator – and post or reference any source files used with example code, namely “v2.svg”. On a quick glance, seems like Geomerative’s SVG parser has the same issue as PShape's – that it does not group the anchor point, the preceding control point and the ensuing control point together into a single object. As a simplified illustration of the grouping strategy I’m talking about: an example in p5.js . As with my previous reply, Geomerative’s source code will tell you more about what’s happening under the hood.

1 Like