diff options
| author | popolon.org <popolon@popolon.org> | 2006-10-14 23:17:44 +0000 |
|---|---|---|
| committer | popolon2 <popolon2@users.sourceforge.net> | 2006-10-14 23:17:44 +0000 |
| commit | 192686c8510b0df9b20b5e99251d10dfffd2c8db (patch) | |
| tree | 079e18981948c3b9528703f164ceac26754913fb | |
| parent | indentation; declarations to first uses; deal with the possible failure to cr... (diff) | |
| download | inkscape-192686c8510b0df9b20b5e99251d10dfffd2c8db.tar.gz inkscape-192686c8510b0df9b20b5e99251d10dfffd2c8db.zip | |
fix not installed default.lt and DVD templates, add video templates
(bzr r1802)
| -rw-r--r-- | share/templates/Makefile.am | 18 | ||||
| -rw-r--r-- | share/templates/business_card_85x54mm.svg | 17 |
2 files changed, 23 insertions, 12 deletions
diff --git a/share/templates/Makefile.am b/share/templates/Makefile.am index 18bd35cb2..b5312b3d3 100644 --- a/share/templates/Makefile.am +++ b/share/templates/Makefile.am @@ -7,8 +7,14 @@ templates_DATA = \ A4_landscape.svg \ A4.svg \ black_opaque.svg \ + white_opaque.svg \ + business_card_85x54mm.svg \ business_card_90x50mm.svg \ CD_cover_300dpi.svg \ + DVD_cover_regular_300dpi.svg \ + DVD_cover_slim_300dpi.svg \ + DVD_cover_superslim_300dpi.svg \ + DVD_cover_ultraslim_300dpi.svg \ default.svg \ default.cs.svg \ default.de.svg \ @@ -17,7 +23,8 @@ templates_DATA = \ default.fr.svg \ default.hu.svg \ default.it.svg \ - default.pl.svg \ + default.lt.svg \ + default.pl.svg \ default_mm.svg \ default_pt.svg \ desktop_1024x768.svg \ @@ -32,8 +39,11 @@ templates_DATA = \ Letter.svg \ no_borders.svg \ no_layers.svg \ + video_HDTV_1920_1080.svg \ + video_NTSC_720_486.svg \ + video_PAL_720_576.svg \ web_banner_468x60.svg \ - web_banner_728x90.svg \ - white_opaque.svg + web_banner_728x90.svg -EXTRA_DIST = $(templates_DATA)
\ No newline at end of file + +EXTRA_DIST = $(templates_DATA) diff --git a/share/templates/business_card_85x54mm.svg b/share/templates/business_card_85x54mm.svg index 20a682eb3..5febfd884 100644 --- a/share/templates/business_card_85x54mm.svg +++ b/share/templates/business_card_85x54mm.svg @@ -1,16 +1,17 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://web.resource.org/cc/" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://web.resource.org/cc/" + xmlns:dc="http://purl.org/dc/elements/1.1/" width="85mm" height="54mm"> - <defs /> + <defs + id="defs3" /> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -18,9 +19,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="196.50048" - inkscape:cy="97.601663" + inkscape:zoom="1.2" + inkscape:cx="160" + inkscape:cy="90" inkscape:document-units="mm" inkscape:current-layer="layer1" /> <metadata> |
