1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

sch2fig/: record drawing operations (for Cairo) and sort by layer

This commit is contained in:
Werner Almesberger
2016-07-31 23:07:05 -03:00
parent ae7924a01c
commit dd1eb7ddc3
5 changed files with 406 additions and 7 deletions

View File

@@ -12,8 +12,6 @@
- optionally display pin shapes
- find libraries (e.g., from .pro)
- PDF TOC
- generic layering for cairo (and others ?), where primitives are first
recorded in per layer lists, then replayed. Can also calculate BB.
- let user set PNG size or zoom level
- implement dashed lines in cairo.c
- implement PDF output in cairo.o