Errors found while checking this document as SVG 1.1!

Result: 4 Errors
:
: utf-8
: SVG 1.1
Root Element: svg
Root Namespace: http://www.w3.org/2000/svg
Options

Help on the options is available.

↑ Top

Validation Output: 4 Errors

  1. Error Line 3, Column 121: standalone: attribute preserveAspectRatio on svg defaulted from external subset
    …ns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="600" height="360">

  2. Error Line 3, Column 121: standalone: attribute zoomAndPan on svg defaulted from external subset
    …ns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="600" height="360">

  3. Error Line 3, Column 121: standalone: attribute contentScriptType on svg defaulted from external subset
    …ns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="600" height="360">

  4. Error Line 3, Column 121: standalone: attribute contentStyleType on svg defaulted from external subset
    …ns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="600" height="360">

↑ Top

Source Listing

Below is the source input I used for this validation:

  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  3. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="600" height="360">
  4. <rect width="600" height="360" x="0" y="0" fill="#ff00ff" /><polygon points="600,360 600,0 0,360" fill="#000000" />
  5. </svg>

↑ Top