Age | Commit message (Collapse) | Author | Files | Lines |
|
cairocffi 0.6 does not support keyword args.
|
|
|
|
Added bounds argument to render_layer()
|
|
Fix Cairo backend for svg saving and Python 3
|
|
|
|
|
|
|
|
|
|
Significantly speeds up render
|
|
|
|
test suite
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
intentionally leave them because future merges might resolve them
|
|
|
|
Gerber format. Changed definition of no hole to use None instead of 0 so we can differentiate when writing to Gerber format. Makde polygon use hole diameter instead of hole radius to match other primitives
|
|
rendering bugs, especially related to holes in flashed apertures
|
|
|
|
|
|
|
|
|
|
|
|
negatives for shapes that dont exist in the merge source
|
|
output from rendered gerber
|
|
|
|
|
|
|
|
|
|
|
|
Update cairo_backend.py
|
|
point was unchanged
|
|
|
|
If cairo module import error use cairocffi
|
|
|
|
|
|
|
|
|
|
|
|
excellon writer - not working yet
|
|
|
|
|
|
|
|
|
|
be flipped). Render AM with outline to gerber
|