mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
sch2fig/: rename Cairo PNG driver from "cairo" to "png"
This commit is contained in:
@@ -45,13 +45,13 @@ testref:
|
||||
./$(NAME) test.lib test.sch | fig2dev -L png -m 2 >ref.png
|
||||
|
||||
png:
|
||||
./$(NAME) test.lib test.sch -- cairo -o _out.png -s 2
|
||||
./$(NAME) test.lib test.sch -- png -o _out.png -s 2
|
||||
[ ! -r pngref.png ] || \
|
||||
compare -metric AE pngref.png _out.png _diff.png || \
|
||||
qiv -t -R -D _diff.png pngref.png _out.png
|
||||
|
||||
pngref:
|
||||
./$(NAME) test.lib test.sch -- cairo -o pngref.png -s 2
|
||||
./$(NAME) test.lib test.sch -- png -o pngref.png -s 2
|
||||
|
||||
clean::
|
||||
rm -f out.fig _out.png _diff.png
|
||||
|
||||
Reference in New Issue
Block a user