summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-29 14:15:00 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-07-05 02:46:07 +0200
commitc148920717e4a1afd55711d9690bb4ddd147a776 (patch)
treed35c24fa3c93410cefda28d6783849a8b592d589
parent5a7bcea79fbbc32da710a2a1537bee748723c7a9 (diff)
downloadtdegraphics-c148920717e4a1afd55711d9690bb4ddd147a776.tar.gz
tdegraphics-c148920717e4a1afd55711d9690bb4ddd147a776.zip
Fix corrupt image file.
Thanks to E. Liddell. (cherry picked from commit d655a9f8e32b1e948f54eb8e0f33b5de629e25b3)
-rw-r--r--ksvg/test/tiger.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/test/tiger.svg b/ksvg/test/tiger.svg
index f2c13913..4a2e3b5d 100644
--- a/ksvg/test/tiger.svg
+++ b/ksvg/test/tiger.svg
@@ -1,4 +1,4 @@
-<svg>
+<svg xmlns="http://www.w3.org/2000/svg">
<g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
<path d="M-122.304 84.285C-122.304 84.285 -122.203 86.179 -123.027 86.16C-123.851 86.141 -140.305 38.066 -160.833 40.309C-160.833 40.309 -143.05 32.956 -122.304 84.285z"/>
</g>