]> rtime.felk.cvut.cz Git - frescor/frsh.git/commitdiff
doc: Export figure with opaque background
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 31 May 2010 13:04:21 +0000 (15:04 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 31 May 2010 13:04:21 +0000 (15:04 +0200)
doc/Makefile

index d4c41842d45f145c8192b885433a268ecbcc6755..a011f6de0527cbd8c8fe6c13500025fa9662746d 100644 (file)
@@ -8,7 +8,7 @@ clean:
        rm $(TARGETS)
 
 %.png: %.svg
-       inkscape --export-area-drawing --export-png=$@ $<
+       inkscape --export-area-drawing --export-png=$@ --export-background-opacity=1.0 $<
 
 %.ps: %.svg
        inkscape --export-ps=$@ $<