gerbonara/gerber
Girts Folkmanis 369ac7b2a3 cairo_backend.py: use BytesIO instead of StringIO
This fixes a crash in cairocffi on Python3, and should be compatible
with both python2 and python3. In python2, byte strings are just
strings. In python3, when getting binary data, the user probably wants
a byte string instead of a regular string.
2016-11-07 17:11:07 -08:00
..
render cairo_backend.py: use BytesIO instead of StringIO 2016-11-07 17:11:07 -08:00
tests Cleanup, rendering fixes. 2016-01-28 12:19:03 -05:00
__init__.py Cleanup, rendering fixes. 2016-01-28 12:19:03 -05:00
__main__.py Remove svgwrite backend 2015-11-15 22:31:42 -02:00
am_eval.py Fix a bunch of rendering bugs. 2016-01-21 03:57:44 -05:00
am_read.py Fix a bunch of rendering bugs. 2016-01-21 03:57:44 -05:00
am_statements.py Fix NameError on Polygon primitive rendering 2016-01-22 03:24:50 -02:00
cam.py Cleanup, rendering fixes. 2016-01-28 12:19:03 -05:00
common.py Cleanup, rendering fixes. 2016-01-28 12:19:03 -05:00
excellon.py Cleanup, rendering fixes. 2016-01-28 12:19:03 -05:00
excellon_statements.py Fix a bunch of rendering bugs. 2016-01-21 03:57:44 -05:00
exceptions.py Add PCB interface 2015-12-22 02:47:23 -05:00
gerber_statements.py Fix a bunch of rendering bugs. 2016-01-21 03:57:44 -05:00
ipc356.py Cleanup, rendering fixes. 2016-01-28 12:19:03 -05:00
layers.py Fix tests 2016-11-05 18:30:21 -04:00
operations.py Fix a bunch of rendering bugs. 2016-01-21 03:57:44 -05:00
pcb.py Cleanup, rendering fixes. 2016-01-28 12:19:03 -05:00
primitives.py Cleanup, rendering fixes. 2016-01-28 12:19:03 -05:00
rs274x.py Make sure apertures get a unit 2016-03-10 20:51:53 +00:00
utils.py Cleanup, rendering fixes. 2016-01-28 12:19:03 -05:00