This document was successfully checked as SVG 1.1 + URL + HTML + MathML 3.0!

Result: Passed, 3 warning(s)
:
: utf-8
: SVG 1.1 + URL + HTML + MathML 3.0
Root Element: svg
Root Namespace: http://www.w3.org/2000/svg
Options

Help on the options is available.

Validation Output: 3 Warnings

Below is a list of the warning message(s) produced when checking your document.

  1. Warning Line 22, Column 64: This validator does not validate Inkscape extensions properly. Inkscape-specific errors may go unnoticed.
       inkscape:output_extension="org.inkscape.output.svg.inkscape">

  2. Warning Line 22, Column 64: Unsupported SVG version specified. This validator only supports SVG 1.1. The recommended way to suppress this warning is to remove the version attribute altogether.
       inkscape:output_extension="org.inkscape.output.svg.inkscape">

  3. Warning Line 25, Column 13: This validator does not validate RDF. RDF subtrees go unchecked.
        <rdf:RDF>

↑ Top

Congratulations

The document located at <https://upload.wikimedia.org/wikipedia/commons/9/9a/Yellow_check.svg> was successfully checked as SVG 1.1 + URL + HTML + MathML 3.0. This means that the resource in question identified itself as "SVG 1.1 + URL + HTML + MathML 3.0" and that we successfully performed a formal validation of it. The parser implementations we used for this check are based on Compound 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%2F9%2F9a%2FYellow_check.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. <!-- Yellow check by Gregory Maxwell. Copyright 2005. GFDL-1.2 -->
  3. <svg
  4. xmlns:dc="http://purl.org/dc/elements/1.1/"
  5. xmlns:cc="http://web.resource.org/cc/"
  6. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  7. xmlns:svg="http://www.w3.org/2000/svg"
  8. xmlns="http://www.w3.org/2000/svg"
  9. xmlns:xlink="http://www.w3.org/1999/xlink"
  10. xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
  11. xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
  12. version="1.0"
  13. x="0.0000000"
  14. y="0.0000000"
  15. width="600.00000"
  16. height="600.00000"
  17. id="Yes_check"
  18. sodipodi:version="0.32"
  19. inkscape:version="0.45.1"
  20. sodipodi:docname="Orange_check.svg"
  21. sodipodi:docbase="C:\Documents and Settings\Kitsu\Desktop\temp\complete"
  22. inkscape:output_extension="org.inkscape.output.svg.inkscape">
  23. <metadata
  24. id="metadata1375">
  25. <rdf:RDF>
  26. <cc:Work
  27. rdf:about="">
  28. <dc:format>image/svg+xml</dc:format>
  29. <dc:type
  30. rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
  31. </cc:Work>
  32. </rdf:RDF>
  33. </metadata>
  34. <defs
  35. id="defs1373">
  36. <linearGradient
  37. id="linearGradient2250">
  38. <stop
  39. style="stop-color:#f2c500;stop-opacity:1"
  40. offset="0"
  41. id="stop2252" />
  42. <stop
  43. style="stop-color:#f2c500;stop-opacity:1"
  44. offset="1"
  45. id="stop2254" />
  46. </linearGradient>
  47. <radialGradient
  48. inkscape:collect="always"
  49. xlink:href="#linearGradient2250"
  50. id="radialGradient2256"
  51. cx="300"
  52. cy="300"
  53. fx="300"
  54. fy="300"
  55. r="292.31146"
  56. gradientTransform="matrix(1,0,0,0.98278,0,5.165947)"
  57. gradientUnits="userSpaceOnUse" />
  58. </defs>
  59. <sodipodi:namedview
  60. inkscape:window-height="579"
  61. inkscape:window-width="790"
  62. inkscape:pageshadow="2"
  63. inkscape:pageopacity="0.0"
  64. borderopacity="1.0"
  65. bordercolor="#666666"
  66. pagecolor="#ffffff"
  67. id="base"
  68. inkscape:zoom="0.62333333"
  69. inkscape:cx="300"
  70. inkscape:cy="300"
  71. inkscape:window-x="65"
  72. inkscape:window-y="60"
  73. inkscape:current-layer="Yes_check" />
  74. <path
  75. d="M 7.6885391,404.61420 C 7.6885391,404.61420 122.85389,534.30185 145.88696,587.27791 L 244.92916,587.27791 C 286.38869,460.59602 447.62018,158.16034 585.81860,52.208207 C 614.45182,15.394067 542.52080,0.19798715 484.47310,24.568517 C 396.98668,61.298507 231.98485,341.73657 201.16633,409.22081 C 157.40350,420.73735 111.33735,335.51499 111.33735,335.51499 L 7.6885391,404.61420 z "
  76. style="fill:url(#radialGradient2256);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
  77. id="check" />
  78. </svg>

↑ Top