summaryrefslogtreecommitdiff
path: root/gerber/tests/test_rs274x.py
AgeCommit message (Collapse)AuthorFilesLines
2016-01-21Fix a bunch of rendering bugs.Hamilton Kibbe1-3/+6
- 'clear' polarity primitives no longer erase background - Added aperture macro support for polygons - Added aperture macro rendring support - Renderer now creates a new surface for each layer and merges them instead of working directly on a single surface - Updated examples accordingly
2015-05-21Fix multiline read of mixed statements (%XXX*% followed by DNN*)Paulo Henrique Silva1-0/+8
We now check if there is a %XXX*% command inside the line before considering it a multiline statement.
2015-02-20Fix floating point equality testPaulo Henrique Silva1-2/+2
2015-02-20Fix size test, board is slight out of origin, so size does change now that ↵Paulo Henrique Silva1-2/+2
we properly handle non-zero origins
2015-02-18Make gerber.render a package & fix more relative import statementsPhilipp Klaus1-1/+1
2015-02-18Get unit conversion working for Gerber/Excellon filesHamilton Kibbe1-1/+19
Started operations module for file operations/transforms
2015-01-26Added some testsHamilton Kibbe1-0/+11
2014-10-19Test updateHamilton Kibbe1-0/+16