summaryrefslogtreecommitdiff
path: root/examples/cairo_example.png
AgeCommit message (Collapse)AuthorFilesLines
2021-11-08Parser half-refactoredjaseg1-0/+0
2016-12-13Clip context to axis- and pixel- aligned bounds before rendering primitives. ↵Hamilton Kibbe1-0/+0
Significantly speeds up render
2016-01-28Cleanup, rendering fixes.Hamilton Kibbe1-0/+0
fixed rendering of tented vias fixed rendering of semi-transparent layers fixed file type detection issues added some examples
2016-01-21Fix a bunch of rendering bugs.Hamilton Kibbe1-0/+0
- '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-12-22Add PCB interfaceHamilton Kibbe1-0/+0
this incorporates some of @chintal's layers.py changes PCB.from_directory() simplifies loading of multiple gerbers the PCB() class should be pretty helpful going forward... the context classes could use some cleaning up, although I'd like to wait until the freecad stuff gets merged, that way we can try to refactor the context base to support more use cases
2015-12-19Allow negative render of soldermask per #50Hamilton Kibbe1-0/+0
Update example code and rendering to show change
2015-07-22Fix multiple layer issue in cairo-unification branch (see #33)Hamilton Kibbe1-0/+0
2015-02-20Add IPC-D-356 Netlist ParsingHamilton Kibbe1-0/+0
2015-02-15Fix cairo image sizeHamilton Kibbe1-0/+0
2015-02-15Add cairo example code, and use example-generated image in readmeHamilton Kibbe1-0/+0