jamesgk

Results 13 comments of jamesgk

https://github.com/googlei18n/nototools/blob/master/nototools/hb_input.py is the full implementation in python. The major limitation being https://github.com/googlei18n/nototools/issues/354.

I dug into this a bit and have a theory on why this is happening. If I'm correct, the code here: https://github.com/typemytype/booleanOperations/blob/ebeaf6ba940dbfeda25b232a065f0cabf8ec9a8f/Lib/booleanOperations/flatten.py#L877 is trying to match an input curve (from...

cc @typemytype This is almost certainly a duplicate of https://github.com/typemytype/booleanOperations/issues/27, and of https://github.com/googlei18n/nototools/issues/268#issuecomment-238014664. Basically it's a pretty big issue with BooleanOperations. The code is pretty complex though; I'm hesitant to...