summaryrefslogtreecommitdiffstats
path: root/share/templates
diff options
context:
space:
mode:
authorMatthew Petroff <matthew@mpetroff.net>2013-08-27 16:43:32 +0000
committerMatthew Petroff <matthew@mpetroff.net>2013-08-27 16:43:32 +0000
commit53191e860648248d7e7e06c0376990dd84c688e4 (patch)
tree3ad75e95109138f4a5bf5f04b60898cbbb0d2cb0 /share/templates
parentAdded viewBox implement document unit support. (diff)
downloadinkscape-53191e860648248d7e7e06c0376990dd84c688e4.tar.gz
inkscape-53191e860648248d7e7e06c0376990dd84c688e4.zip
Updated templates with viewBox.
(bzr r12475.1.3)
Diffstat (limited to 'share/templates')
-rw-r--r--share/templates/A4.svg3
-rw-r--r--share/templates/A4_landscape.svg3
-rw-r--r--share/templates/CD_cover_300dpi.svg3
-rw-r--r--share/templates/Letter.svg5
-rw-r--r--share/templates/Letter_landscape.svg5
-rw-r--r--share/templates/business_card_85x54mm.svg3
-rw-r--r--share/templates/business_card_90x50mm.svg3
-rw-r--r--share/templates/default.be.svg3
-rw-r--r--share/templates/default_mm.svg3
-rw-r--r--share/templates/default_pt.svg3
10 files changed, 22 insertions, 12 deletions
diff --git a/share/templates/A4.svg b/share/templates/A4.svg
index 63991a8f9..e19a88fce 100644
--- a/share/templates/A4.svg
+++ b/share/templates/A4.svg
@@ -9,7 +9,8 @@
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
width="210mm"
- height="297mm">
+ height="297mm"
+ viewBox="0 0 210 297">
<defs
id="defs3" />
<sodipodi:namedview
diff --git a/share/templates/A4_landscape.svg b/share/templates/A4_landscape.svg
index 934c99f6d..6711be22f 100644
--- a/share/templates/A4_landscape.svg
+++ b/share/templates/A4_landscape.svg
@@ -9,7 +9,8 @@
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
width="297mm"
- height="210mm">
+ height="210mm"
+ viewBox="0 0 297 210">
<defs />
<sodipodi:namedview
inkscape:document-units="mm"
diff --git a/share/templates/CD_cover_300dpi.svg b/share/templates/CD_cover_300dpi.svg
index 330ccf2dc..1d8a1769d 100644
--- a/share/templates/CD_cover_300dpi.svg
+++ b/share/templates/CD_cover_300dpi.svg
@@ -9,7 +9,8 @@
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
width="343pt"
- height="340pt">
+ height="340pt"
+ viewBox="0 0 343 340">
<defs />
<sodipodi:namedview
pagecolor="#ffffff"
diff --git a/share/templates/Letter.svg b/share/templates/Letter.svg
index 9f14fdcd5..9ebba869d 100644
--- a/share/templates/Letter.svg
+++ b/share/templates/Letter.svg
@@ -8,8 +8,9 @@
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="612pt"
- height="792pt">
+ width="8.5in"
+ height="11in"
+ viewBox="0 0 8.5 11">
<defs />
<sodipodi:namedview
inkscape:document-units="in"
diff --git a/share/templates/Letter_landscape.svg b/share/templates/Letter_landscape.svg
index 564f4bcf6..89decc1cd 100644
--- a/share/templates/Letter_landscape.svg
+++ b/share/templates/Letter_landscape.svg
@@ -8,8 +8,9 @@
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="792pt"
- height="612pt">
+ width="11in"
+ height="8.5in"
+ viewBox="0 0 11 8.5">
<defs />
<sodipodi:namedview
inkscape:document-units="in"
diff --git a/share/templates/business_card_85x54mm.svg b/share/templates/business_card_85x54mm.svg
index 5febfd884..1b13436f0 100644
--- a/share/templates/business_card_85x54mm.svg
+++ b/share/templates/business_card_85x54mm.svg
@@ -9,7 +9,8 @@
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
width="85mm"
- height="54mm">
+ height="54mm"
+ viewBox="0 0 85 54">
<defs
id="defs3" />
<sodipodi:namedview
diff --git a/share/templates/business_card_90x50mm.svg b/share/templates/business_card_90x50mm.svg
index 14e3d20d0..8cbb29bf6 100644
--- a/share/templates/business_card_90x50mm.svg
+++ b/share/templates/business_card_90x50mm.svg
@@ -9,7 +9,8 @@
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
width="90mm"
- height="50mm">
+ height="50mm"
+ viewBox="0 0 90 50">
<defs
id="defs3" />
<sodipodi:namedview
diff --git a/share/templates/default.be.svg b/share/templates/default.be.svg
index 842a26c8f..8759775cb 100644
--- a/share/templates/default.be.svg
+++ b/share/templates/default.be.svg
@@ -9,7 +9,8 @@
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
width="210mm"
- height="297mm">
+ height="297mm"
+ viewBox="0 0 210 297">
<defs />
<sodipodi:namedview
id="base"
diff --git a/share/templates/default_mm.svg b/share/templates/default_mm.svg
index e2fda7710..f5da5fdfd 100644
--- a/share/templates/default_mm.svg
+++ b/share/templates/default_mm.svg
@@ -9,7 +9,8 @@
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
width="210mm"
- height="297mm">
+ height="297mm"
+ viewBox="0 0 210 297">
<defs />
<sodipodi:namedview
id="base"
diff --git a/share/templates/default_pt.svg b/share/templates/default_pt.svg
index 8c918fadb..25cce1917 100644
--- a/share/templates/default_pt.svg
+++ b/share/templates/default_pt.svg
@@ -9,7 +9,8 @@
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
width="210mm"
- height="297mm">
+ height="297mm"
+ viewBox="0 0 595.27558 841.88974">
<defs />
<sodipodi:namedview
id="base"