summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--htdocs/dev/tests/3663-svg-10-doctypeless.svg4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/dev/tests/3663-svg-10-doctypeless.svg b/htdocs/dev/tests/3663-svg-10-doctypeless.svg
index 9601721..f2a4f78 100644
--- a/htdocs/dev/tests/3663-svg-10-doctypeless.svg
+++ b/htdocs/dev/tests/3663-svg-10-doctypeless.svg
@@ -1,7 +1,7 @@
<?xml version="1.0" standalone="no"?>
-<svg width="5cm" height="4cm"
+<svg width="5cm" height="4cm" version="1.0"
xmlns="http://www.w3.org/2000/svg">
- <desc>Four separate rectangles
+ <desc>This SVG document has no doctype, but uses the version attribute on root svg element to specify its SVG version
</desc>
<rect x="0.5cm" y="0.5cm" width="2cm" height="1cm"/>
<rect x="0.5cm" y="2cm" width="1cm" height="1.5cm"/>