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

sch2fig/: implement "diff" driver (WIP)

This commit is contained in:
Werner Almesberger
2016-08-01 14:38:36 -03:00
parent f0f2303fc3
commit c5064a8dca
9 changed files with 367 additions and 7 deletions

View File

@@ -19,3 +19,8 @@
- on parse error, politely complain, don't terminate
- implement destructors
- check for memory leaks
- record.c (bb_rot): implement bounding boxes for text
- nesting gfx in diff is a huge kludge, caused by global vars in gfx.c
- move path name guessing into file.c
- return indication of whether diff found any differences
- in diff, pass only options understood by cairo_png