Felipe Corrêa da Silva Sanches

Results 104 comments of Felipe Corrêa da Silva Sanches

Same on: * **Examples/TYPETR/Bitcount/LayerEditor.py** * **Examples/TYPETR/Bitcount/TypeLab2017Logo.py**

https://travis-ci.org/TypeNetwork/PageBot/builds/351112235

This should have been addressed by `noneDrawBotBuilder` (`pagebot.contexts.builders.nonedrawbotbuilder`), but for some reason it seems it wasn't.

we are working with `PageBot/Examples/150_Typography/000_SingleColumn.py`

the relevant piece of drawbot code here is: https://github.com/typemytype/drawbot/blob/2e4eb9825d990fe46f48d1c372f062a8b857040b/drawBot/context/baseContext.py#L1677-L1681 but there are several other copies of this code-snippet in that source file.

thanks! Is the problem already reported on the drawbot issue tracker? If so, it would be useful to reference it here. Otherwise we should ideally report it there.

I noticed this when running **PageBot/Examples/Howto/UseFlatContext/AnimatedGif.py**

**Examples/Howto/DrawRedRectCenterPage.py** works with `saveImage("image.pdf")` but fails with works with `saveImage("image.png")`: ![screenshot at 2018-02-01 18 40 00](https://user-images.githubusercontent.com/213676/35702178-8d3bac24-077f-11e8-8594-9f6ecdc181c5.png)

Maybe we should consider using pycairo instead of flat ?

great! I think that this may be the way to go indeed. I'll see what I can do