Cleanup, rendering fixes.
fixed rendering of tented vias fixed rendering of semi-transparent layers fixed file type detection issues added some examples
This commit is contained in:
parent
b9f1b106c3
commit
5df38c014f
26 changed files with 401 additions and 231 deletions
|
|
@ -6,7 +6,7 @@ pcb-tools
|
|||
|
||||
Tools to handle Gerber and Excellon files in Python.
|
||||
|
||||
Useage Example:
|
||||
Usage Example:
|
||||
---------------
|
||||
import gerber
|
||||
from gerber.render import GerberCairoContext
|
||||
|
|
@ -27,6 +27,7 @@ Rendering Examples:
|
|||
-------------------
|
||||
###Top Composite rendering
|
||||

|
||||

|
||||
|
||||
Source code for this example can be found [here](examples/cairo_example.py).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue