diff options
| author | Sveinn í Felli <> | 2015-03-12 13:17:47 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2015-03-12 13:17:47 +0000 |
| commit | 0b5a986609bf694fc832eccd6923efdc2ca42f2f (patch) | |
| tree | 825cd567a9183ebd9ef641e8738f8d877674ff0d /share/templates | |
| parent | Point parameter refactor, Fixes a bug in Lattice2 whith lines. (diff) | |
| download | inkscape-0b5a986609bf694fc832eccd6923efdc2ca42f2f.tar.gz inkscape-0b5a986609bf694fc832eccd6923efdc2ca42f2f.zip | |
Translations. Icelandic translation update, new win32 installer, and new default template.
Fixed bugs:
- https://launchpad.net/bugs/1426423
(bzr r13996)
Diffstat (limited to 'share/templates')
| -rw-r--r-- | share/templates/Makefile.am | 2 | ||||
| -rw-r--r-- | share/templates/default.is.svg | 38 |
2 files changed, 40 insertions, 0 deletions
diff --git a/share/templates/Makefile.am b/share/templates/Makefile.am index 390204ff7..9bd6a0ddc 100644 --- a/share/templates/Makefile.am +++ b/share/templates/Makefile.am @@ -16,6 +16,7 @@ templates_DATA = \ default.fi.svg \ default.fr.svg \ default.hu.svg \ + default.is.svg \ default.it.svg \ default.ja.svg \ default.lt.svg \ @@ -44,6 +45,7 @@ templates_i18n = \ default.fi.svg \ default.fr.svg \ default.hu.svg \ + default.is.svg \ default.it.svg \ default.ja.svg \ default.lt.svg \ diff --git a/share/templates/default.is.svg b/share/templates/default.is.svg new file mode 100644 index 000000000..9700c4630 --- /dev/null +++ b/share/templates/default.is.svg @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<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="210mm" + height="297mm" + viewBox="0 0 210 297"> + <defs /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.35" + inkscape:cx="400" + inkscape:cy="560" + inkscape:document-units="mm" + inkscape:current-layer="layer1" /> + <metadata> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g inkscape:label="Lag 1" inkscape:groupmode="layer" id="layer1" /> +</svg> |
