From 9f218ed23ea2734cae4cb296338367b95e52a8cb Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 1 Jan 2009 00:58:47 +0000 Subject: Benutze inkscape --export-id statt area für kleine Bilder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1362 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- grafik/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grafik/Makefile') diff --git a/grafik/Makefile b/grafik/Makefile index c77de2f..60ad0fc 100644 --- a/grafik/Makefile +++ b/grafik/Makefile @@ -22,7 +22,7 @@ tastatur3d/tastatur_neo_Ebene%.svg: tastatur3d/tastatur_neo_alle_Ebenen.svg WWWPIC=$(addsuffix .png, $(basename $(foreach file, ${EBENENSVG}, ../www/${file}))) www: ${WWWPIC} ../www/%.png: tastatur3d/%.svg - inkscape --without-gui --export-area=0:0:1360,747:457,673 --export-png=$@ -w650 $< + inkscape --without-gui --export-id="Haupttastaturfeld" --export-png=$@ -w650 $< cleanwww: rm -f ${WWWPIC} -- cgit v1.2.3