diff options
| author | Alvin Penner <penner@vaxxine.com> | 2014-11-01 14:38:22 +0000 |
|---|---|---|
| committer | apenner <penner@vaxxine.com> | 2014-11-01 14:38:22 +0000 |
| commit | 33b128a66f0c60370c1d2cfa540efc86c4908b3c (patch) | |
| tree | 95093ef79907d16e07462498b809da36a8c1e6cd /share/templates | |
| parent | Fix units.xml (diff) | |
| download | inkscape-33b128a66f0c60370c1d2cfa540efc86c4908b3c.tar.gz inkscape-33b128a66f0c60370c1d2cfa540efc86c4908b3c.zip | |
improve precision of viewBox in templates (Bug 1385521)
Fixed bugs:
- https://launchpad.net/bugs/1385521
(bzr r13649)
Diffstat (limited to 'share/templates')
| -rw-r--r-- | share/templates/default_pt.svg | 2 | ||||
| -rw-r--r-- | share/templates/default_px.svg | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/share/templates/default_pt.svg b/share/templates/default_pt.svg index 25cce1917..79cb11dbf 100644 --- a/share/templates/default_pt.svg +++ b/share/templates/default_pt.svg @@ -10,7 +10,7 @@ xmlns:dc="http://purl.org/dc/elements/1.1/" width="210mm" height="297mm" - viewBox="0 0 595.27558 841.88974"> + viewBox="0 0 595.275591 841.889764"> <defs /> <sodipodi:namedview id="base" diff --git a/share/templates/default_px.svg b/share/templates/default_px.svg index eb1cad0ca..26a1ba4fd 100644 --- a/share/templates/default_px.svg +++ b/share/templates/default_px.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="793.7007874" - height="1122.519688"> + width="210mm" + height="297mm" + viewBox="0 0 793.7007874 1122.519685"> <defs /> <sodipodi:namedview id="base" |
