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.

Home Page:http://www.ricardmarxer.com/geomerative

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AddLine bug when creating shape.

s11mpson opened this issue · comments

Experiencing a strange issue when drawing shapes with the AddLine method. 99% of the time it works fine. However under certain conditions the it doesn't work. I've tried to isolate the issue and find it happens when there is an obtuse angle in the shape. It only happens on rare occasions. I have a feeling it might be to do with the starting point of the shape. Been stuck on this for a while so would really appreciate any help. I'm almost certain this is a bug so would appreciate any advice on alternative methods. My code is in Python. Thanks in advance
Geomerative bug python.txt
!