Error found while checking this document as SVG 1.1!

Result: 1 Error, 1 warning(s)
:
: utf-8
: SVG 1.1
Root Element: svg
Root Namespace: http://www.w3.org/2000/svg
Options

Help on the options is available.

Notes and Potential Issues

The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation, or other things affecting the output below. If the guess or fallback is incorrect, it could make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

  1. Warning DOCTYPE Override in effect!

    The DOCTYPE Declaration for "SVG 1.1" has been inserted at the start of the document, but even if no errors are shown below the document will not be Valid until you add the new DOCTYPE Declaration.

↑ Top

Validation Output: 1 Error

  1. Error Line 2, Column 116: value of fixed attribute "version" not equal to default
    …G/1.1/DTD/svg11.dtd"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" xml…

↑ Top

Source Listing

Below is the source input I used for this validation:

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="400">
  3. <path d="M0,0h600v400H0z" fill="#fff"/>
  4. <g id="qtr">
  5. <path d="M0,0h250v150H0z" fill="#002495"/>
  6. <path d="M149.5,93.1c1.6-2.4 1.5-7.6-1.7-9.5-2.5-1.2-5.2-.7-6.5,.3-2.1,1.3-4.1,5.3-4.1,9.4l7.2,0 0,8.1-15,0c.2,4.1 2.5,7.5 6.7,9.3-.5,1.7-3.1,5.3-6.6,5.1-.7,3.8-1.3,5.9-4.5,9.3-3.1-3.4-3.8-5.5-4.5-9.3-3.5,.2-6-3.3-6.6-5.1 4.2-1.8 6.5-5.2 6.7-9.3l-15,0v-8.1l7.2,0c0-4.1-2-8.1-4.1-9.4-1.3-1.1-4.1-1.5-6.5-.3-3.2,1.8-3.4,7.1-1.7,9.5-15.2-2.8-13.7-17.5-8.5-22.8 4.2-4.3 8.7-5 12.3-3.6 8,2.9 13.4,12.4 13.6,26.7h4.2c0-13-2.3-17.1-8.1-33.4-3-7.7-1.2-17.2 4.1-25.9 1.9-3.1 4.3-6 7-9 2.7,3 5.1,5.9 7,9 5.3,8.8 7.1,18.3 4.1,25.9-5.9,16.3-8.1,20.4-8.1,33.4h4.2c.3-14.2 5.6-23.8 13.6-26.7 3.5-1.4 8.1-.7 12.3,3.6 5.2,5.3 6.7,20-8.5,22.8z" fill="#fff"/>
  7. </g>
  8. <use xlink:href="#qtr" x="350"/>
  9. <use xlink:href="#qtr" y="250"/>
  10. <use xlink:href="#qtr" x="350" y="250"/>
  11. </svg>

↑ Top