This document was Tentatively checked as SVG 1.1

Result: Tentatively passed, 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 detected DOCTYPE Declaration "<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">" has been suppressed and the DOCTYPE for "SVG 1.1" inserted instead, but even if no errors are shown below the document will not be Valid until you update it to reflect this new DOCTYPE.

Congratulations

The document located at <https://upload.wikimedia.org/wikipedia/commons/7/76/Capricorn.svg> was tentatively checked as SVG 1.1. This means that with the use of some fallback or override mechanism, we successfully performed a formal validation of it. In other words, the document would validate as SVG 1.1 if you changed the markup to match the changes we have performed automatically, but it will not be valid until you make these changes. The parser implementations we used for this check are based on OpenSP (SGML/XML) and libxml2 (XML).

Linking to this result

If you would like to create a link to this page (i.e., this validation result) to make it easier to revalidate this page in the future or to allow others to validate your page, the URI is <http://validator.w3.org/check?uri=https%3A%2F%2Fupload.wikimedia.org%2Fwikipedia%2Fcommons%2F7%2F76%2FCapricorn.svg;ss=1> (or you can just add the current page to your bookmarks or hotlist).

Validating CSS Style Sheets

If you use CSS in your document, you can check it using the W3C CSS Validation Service.

↑ Top

Source Listing

Below is the source input I used for this validation:

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><!-- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  3. "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> -->
  4. <svg
  5. xmlns="http://www.w3.org/2000/svg"
  6. width="197pt"
  7. height="188pt"
  8. viewBox="0 0 8268 11692">
  9. <g transform="matrix(4.75426,0,0,4.752845,-14923.45,-21059.85)">
  10. <path d="M3212 5895l0 -70c0,-131 -23,-314 -68,-552 -46,-238 -88,-394 -127,-468 -55,-105 -141,-158 -259,-158l-38 0 0 -165 150 0c141,0 238,55 292,165 64,133 122,353 175,661 76,-340 202,-615 380,-826l265 -51c65,147 119,368 162,663l37 245c12,86 20,147 24,183 16,147 37,258 61,333 129,-247 308,-371 536,-371 137,0 254,48 350,142 97,94 145,209 145,344 0,144 -49,268 -146,368 -98,101 -217,151 -357,151 -191,0 -358,-74 -501,-222 -102,268 -192,439 -270,513 -78,74 -206,111 -384,111l-182 0 0 -167 85 0c172,0 290,-35 355,-105 64,-69 147,-251 247,-546 -45,-79 -75,-146 -89,-199 -14,-53 -32,-169 -54,-349l-51 -384c-33,-253 -72,-427 -117,-522 -114,135 -213,318 -296,549 -84,231 -125,437 -125,619l0 108 -200 0zm1126 202c145,161 293,242 441,242 100,0 184,-35 251,-105 67,-69 100,-157 100,-261 0,-93 -32,-173 -96,-239 -63,-65 -141,-98 -232,-98 -197,0 -352,154 -464,461z" />
  11. </g>
  12. </svg>

↑ Top