summaryrefslogtreecommitdiff
path: root/gerber/operations.py
AgeCommit message (Collapse)AuthorFilesLines
2021-06-13Repo re-org, make gerberex tests runjaseg1-126/+0
2016-01-21Fix a bunch of rendering bugs.Hamilton Kibbe1-0/+5
- '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-02-18Doc updateHamilton Kibbe1-10/+10
2015-02-18Add offset operationHamilton Kibbe1-2/+3
2015-02-18Get unit conversion working for Gerber/Excellon filesHamilton Kibbe1-0/+120
Started operations module for file operations/transforms