mkeeter/kokopelli

subtracting text when text contains a space gives an empty shape

Closed this issue · 1 comments

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

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