(Translated by https://www.hiragana.jp/)
[Valid] Markup Validation of https://upload.wikimedia.org/wikipedia/commons/b/be/BSicon_KRZul.svg - W3C Markup Validator

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

Result: Passed
:
: 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.

Congratulations

The document located at <https://upload.wikimedia.org/wikipedia/commons/b/be/BSicon_KRZul.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 <https://trans.hiragana.jp/markup/check?uri=https%3A%2F%2Fupload.wikimedia.org%2Fwikipedia%2Fcommons%2Fb%2Fbe%2FBSicon_KRZul.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. <!-- Created by wiebevl for Wikipedia -->
  3. <svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
  4. <title>KRZul</title>
  5. <g stroke="#BE2D2C" stroke-width="100" fill="none">
  6. <path d="M 250,0 V500" stroke-dasharray="180,140"/>
  7. <path d="M 0,250 H500"/>
  8. </g>
  9. <g stroke="#BE2D2C" stroke-width="50" fill="none">
  10. <circle cx="575" cy="-75" r="310" />
  11. <g stroke="#80a080" stroke-width="40">
  12. <polyline points="140,120 180,170 320,170" />
  13. <polyline points="140,380 180,330 320,330 360,380" />
  14. </g>
  15. </g>
  16. </svg>

↑ Top