summaryrefslogtreecommitdiff
path: root/gerber/primitives.py
AgeCommit message (Collapse)AuthorFilesLines
2015-02-15Tests and bugfixesHamilton Kibbe1-4/+4
2015-02-13Fix rendering for line with rectangular aperture per #12. Still need to do ↵Hamilton Kibbe1-8/+64
the same for arcs.
2015-02-12Update line primitive to take aperture parameterHamilton Kibbe1-12/+12
This fixes the exception referenced in #12. Still need to add rendering code for rectangle aperture lines and arcs. Rectangle strokes will be drawn as polygons by the rendering backends.
2015-02-02testsHamilton Kibbe1-1/+20
2015-02-02More tests and bugfixesHamilton Kibbe1-9/+14
2015-02-01Added primitives and testsHamilton Kibbe1-21/+182
2014-12-05add ipc2581 primitivesHamilton Kibbe1-17/+77
2014-10-28Add arc rendering and testsHamilton Kibbe1-5/+58
2014-10-26cairo workingHamilton Kibbe1-0/+17
2014-10-18Refactor renderingHamilton Kibbe1-16/+51
2014-10-16Add primitive definitions and bounding box calcs for DRCHamilton Kibbe1-0/+193