summaryrefslogtreecommitdiff
path: root/gerbonara/gerber/render
AgeCommit message (Collapse)AuthorFilesLines
2021-11-08Parser half-refactoredjaseg2-671/+0
2021-07-04Refactor panelize/rx274x, refactor bounding_box return valuejaseg2-5/+3
2021-06-14Fix remaining cairo backend testsjaseg1-0/+4
* fix cairo backend handling of arcs in regions
2021-06-13Remove single-quadrant supportjaseg1-3/+7
The gerber spec is pretty explicit that this is a super-legacy feature that is not worth supporting. Looking at gerbv, an implementation would come with considerable complexity.
2021-06-13Add comment on AM hole handling in cairo backendjaseg1-0/+4
2021-06-13Fix hole transparency in aperture macrosjaseg1-0/+12
2021-06-13Fix math error in clipping codeK Henriksson1-1/+1
ymax should be the ceil of the argument, not the floor.
2021-06-13Make pcb-tools pytest pass without warningsjaseg1-0/+2
2021-06-13PT/PR165: Fix pycairo incompatibilityIngo Becker1-2/+2
2021-06-13Repo re-org, make gerberex tests runjaseg6-0/+1703