This document was Tentatively checked as SVG 1.1

Result: Tentatively passed, 2 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.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.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.

  2. Info No Character encoding declared at document level

    No character encoding information was found within the document, either in an HTML meta element or an XML declaration. It is often recommended to declare the character encoding in the document itself, especially if there is a chance that the document will be read from or saved to disk, CD, etc.

    See this tutorial on character encoding for techniques and explanations.

Congratulations

The document located at <https://upload.wikimedia.org/wikipedia/commons/c/c1/Dina-gor.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%2Fc%2Fc1%2FDina-gor.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" 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.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> -->
  3. <svg width="600" height="600" viewBox="-309 -305 600 600" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  4. <title>One interpretation of the Dina flower symbol of John Norman's Gor series of science fiction books -- an artistic rendering (using intersecting crescent shapes composed of circular arcs) by AnonMoos, based on the vague verbal descriptions in the books. Depicted with five-fold rotational symmetry because of the comment in books 22, 23, and 25 that it is "rose-like". (The geometrical figure of a Vesica Piscis inscribed within a circle, as seen in the center, can be a symbol of female sexuality.)</title>
  5. <defs>
  6. <path id="Cresc" transform="translate(-148,0) rotate(160.611)" d="M-51.3030215 -140.9538931 A150 150 0 1 1 -51.3030215 140.9538931 A140.9538931 140.9538931 0 0 0 -51.3030215 -140.9538931Z"/>
  7. </defs>
  8. <g transform="scale(0.99,-0.99)">
  9. <g style="fill:#ef6680" transform="rotate(209.5077)">
  10. <use xlink:href="#Cresc"/>
  11. <use transform="rotate(72)" xlink:href="#Cresc"/>
  12. <use transform="rotate(144)" xlink:href="#Cresc"/>
  13. <use transform="rotate(216)" xlink:href="#Cresc"/>
  14. <use transform="rotate(288)" xlink:href="#Cresc"/>
  15. </g>
  16. <path style="fill:#f48088" d="M0 108 A108 108 0 1 1 0 -108 A124.707658 124.707658 0 0 0 0 108Z M0 108 A108 108 0 1 0 0 -108 A124.707658 124.707658 0 0 1 0 108Z"/>
  17. </g>
  18. </svg>

↑ Top