mkeeter / kokopelli

Script-based CAD/CAM in Python (deprecated)
https://mattkeeter.com/projects/kokopelli
Other
298 stars 49 forks source link

subtracting text when text contains a space gives an empty shape #9

Closed fibasile closed 10 years ago

fibasile commented 10 years ago

I found this issue, if you try to render the following:

from koko.lib.shapes import from koko.lib.text import

c = circle(0, 0, 0.5) t = text("test me", 0,0,.3) cad.shape = c-t

you get a black screen, can you take a look? Thx

mkeeter commented 10 years ago

Thanks for the bug report; 33faea0331c80574cad4330b5a21a1779d84f7c4 fixes this issue.