Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-15 | Remove svgwrite backend | Paulo Henrique Silva | 1 | -2/+2 | |
We moved the functionality to cairo backend, it can write png and svg and maybe more (pdfs?) | |||||
2015-02-28 | `sys.stderr.write()` instead of `print >> sys.stderr, "..."` | Philipp Klaus | 1 | -1/+1 | |
2015-02-18 | accidentially changed import order in 7ace94b | Philipp Klaus | 1 | -1/+1 | |
2015-02-18 | Make gerber.render a package & fix more relative import statements | Philipp Klaus | 1 | -2/+2 | |
2015-02-18 | Python3 needs print() | Philipp Klaus | 1 | -1/+1 | |
2015-02-02 | More tests and bugfixes | Hamilton Kibbe | 1 | -5/+5 | |
2014-10-19 | Test update | Hamilton Kibbe | 1 | -3/+2 | |
2014-10-13 | Add SVG transparency | Hamilton Kibbe | 1 | -1/+8 | |
2014-10-08 | Update readme and example | Hamilton Kibbe | 1 | -14/+14 | |
2014-10-07 | fix excellon render | Hamilton Kibbe | 1 | -7/+6 | |
2014-09-28 | added ExcellonFile class | Hamilton Kibbe | 1 | -6/+4 | |
2014-09-28 | Added excellon support and refactored project | Hamilton Kibbe | 1 | -13/+20 | |
2014-02-05 | N w modular organization. | Paulo Henrique Silva | 1 | -0/+31 | |
* parser and render separeted on its own modules. * svn made optional. * PEP-8 compiant. |