Errors found while checking this document as SVG 1.1 + URL + HTML + MathML 3.0!

Result: 4 Errors, 1 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.

↑ Top

Validation Output: 4 Errors

  1. Warning Line 2, Column 142: 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.
    ….w3.org/1999/xlink" width="620" height="620" version="1.0" viewBox="0 0 62 62">

  2. Error Line 24, Column 1175: Attribute font-family not allowed on SVG element path at this point.
    …%;-inkscape-font-specification:Bitstream Vera Sans Bold" text-anchor="middle"/>

  3. Error Line 24, Column 1175: Attribute font-size not allowed on SVG element path at this point.
    …%;-inkscape-font-specification:Bitstream Vera Sans Bold" text-anchor="middle"/>

  4. Error Line 24, Column 1175: Attribute font-weight not allowed on SVG element path at this point.
    …%;-inkscape-font-specification:Bitstream Vera Sans Bold" text-anchor="middle"/>

  5. Error Line 24, Column 1175: Attribute text-anchor not allowed on SVG element path at this point.
    …%;-inkscape-font-specification:Bitstream Vera Sans Bold" text-anchor="middle"/>

↑ Top

Source Listing

Below is the source input I used for this validation:

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="620" height="620" version="1.0" viewBox="0 0 62 62">
  3. <defs>
  4. <linearGradient id="a" x1="52.778114" x2="22.0144" y1="-13.238551" y2="51.987099" gradientUnits="userSpaceOnUse">
  5. <stop offset="0" stop-color="#d8ebff"/>
  6. <stop offset="1" stop-color="#4fa9ff"/>
  7. </linearGradient>
  8. <linearGradient xlink:href="#a" id="b" x1="54.509937" x2="9.5471001" y1="41.179295" y2="16.248501" gradientUnits="userSpaceOnUse" spreadMethod="pad">
  9. <stop offset="0" stop-color="#2b79e0"/>
  10. <stop offset="1" stop-color="#008df7"/>
  11. </linearGradient>
  12. <linearGradient xlink:href="#a" id="e" x1="52.778114" x2="22.0144" y1="-13.238551" y2="51.987099" gradientUnits="userSpaceOnUse"/>
  13. <linearGradient xlink:href="#b" id="f" x1="54.509937" x2="9.5471001" y1="41.179295" y2="16.248501" gradientUnits="userSpaceOnUse" spreadMethod="pad"/>
  14. <radialGradient id="c">
  15. <stop offset="0" stop-color="silver"/>
  16. <stop offset=".88" stop-color="silver"/>
  17. <stop offset="1" stop-color="silver" stop-opacity="0"/>
  18. </radialGradient>
  19. <radialGradient xlink:href="#c" id="d" cx="32.5" cy="29.5" r="26.5" fx="32.5" fy="29.5" gradientUnits="userSpaceOnUse"/>
  20. </defs>
  21. <path fill="url(#path3099_1_)" d="M188.38301 80.903553c0 5.532-12.759 10.02-28.496 10.02-15.736 0-28.495-4.487-28.495-10.02 0-5.534 12.759-10.019 28.495-10.019 15.737 0 28.496 4.485 28.496 10.019z" opacity=".1"/>
  22. <circle cx="32.5" cy="29.5" r="26.5" fill="url(#d)" transform="matrix(1.09523 0 0 1.09525 -4.0262337 .09312078)"/>
  23. <circle cx="31" cy="31" r="25.799999" fill="url(#e)" stroke="url(#f)" stroke-width="1.94443798" transform="translate(-1.8662258 -1.0243229) scale(1.02857)"/>
  24. <path fill="#fff" d="M33.78399 36.109771h-7.951084v-1.094804c-.000004-1.221404.24227-2.301315.726831-3.239735.484544-.953284 1.505043-2.159806 3.061492-3.619566l1.409617-1.295894c.836936-.774533 1.446302-1.504406 1.828087-2.189612.396436-.685162.594654-1.370346.59467-2.055555-.000016-1.04265-.352421-1.854444-1.057199-2.435388-.704825-.595785-1.688613-.893692-2.951375-.893718-1.189366.000026-2.474164.253246-3.854396.759657-1.380249.491576-2.819225 1.228894-4.316929 2.21196v-7.015698c1.776689-.625573 3.399206-1.087328 4.867556-1.385269 1.468333-.297871 2.885283-.446825 4.250855-.446859 3.58273.000034 6.313859.7448 8.193355 2.2343 1.87945 1.474669 2.819191 3.634489 2.819207 6.479467-.000016 1.459766-.286342 2.770554-.858982 3.93237-.572667 1.146959-1.549121 2.383271-2.929329 3.708934l-1.40962 1.273552c-.998485.923524-1.651899 1.668291-1.960242 2.2343-.308357.551138-.462528 1.161848-.462514 1.832124v1.005434m-7.45273 4.649255 7.10663-.087867.129779 6.699483h-7.302133" font-family="Bitstream Vera Sans" font-size="51.7265625" font-weight="700" style="text-align:center;line-height:100%;-inkscape-font-specification:Bitstream Vera Sans Bold" text-anchor="middle"/>
  25. </svg>

↑ Top