summaryrefslogtreecommitdiff
path: root/gerber/render/svgwrite_backend.py
AgeCommit message (Collapse)AuthorFilesLines
2015-02-15Tests and bugfixesHamilton Kibbe1-1/+1
2015-02-13Fix rendering for line with rectangular aperture per #12. Still need to do ↵Hamilton Kibbe1-2/+8
the same for arcs.
2015-02-12Update line primitive to take aperture parameterHamilton Kibbe1-7/+13
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.
2014-10-28Add arc rendering and testsHamilton Kibbe1-0/+14
2014-10-27Fix rendering of 0-width lines (e.g. board outlines) in SVG and Cairo rendererHamilton Kibbe1-57/+6
2014-10-26cairo workingHamilton Kibbe1-3/+3
2014-10-18Refactor renderingHamilton Kibbe1-190/+115
2014-10-13Add SVG transparencyHamilton Kibbe1-28/+44
2014-10-12update docs and example imagesHamilton Kibbe1-0/+7
2014-10-10Working region fills and level polarity. Renders Altium-generated gerbers ↵Hamilton Kibbe1-2/+20
like a champ!
2014-10-09Doc updateHamilton Kibbe1-2/+6
2014-10-08start arcHamilton Kibbe1-26/+44
2014-10-08Update readme and exampleHamilton Kibbe1-2/+4
2014-09-30tests updateHamilton Kibbe1-0/+165