David Burghoff

Results 4 comments of David Burghoff

It's failing because the caching added by the text submodule assumes that IDs are set after they are added to documents. Your workaround will probably break a lot of the...

The dev version should work now. Let me know if it's fine and I'll close the issue.

Not replicated—similar code is fine for me (I took out _rect_circle_cut since I don't have that). It looks like a problem in items.py, as it's trying to append a None...

Note that appending None to a document fails even without the text submodule: ``` File "sandbox.py", line 115, in effect self.svg.append(None) TypeError: Argument 'element' has incorrect type (expected lxml.etree._Element, got...