Errors found while checking this document as SVG 1.1!

Result: 29 Errors, 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 DOCTYPE Declaration for "SVG 1.1" has been inserted at the start of the document, but even if no errors are shown below the document will not be Valid until you add the new DOCTYPE Declaration.

↑ Top

Validation Output: 29 Errors

  1. Error Line 18, Column 21: there is no attribute "sodipodi:version"
       sodipodi:version="0.32"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  2. Error Line 19, Column 21: there is no attribute "inkscape:version"
       inkscape:version="0.45.1"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  3. Error Line 20, Column 21: there is no attribute "sodipodi:docname"
       sodipodi:docname="Codein.svg"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  4. Error Line 21, Column 30: there is no attribute "inkscape:output_extension"
       inkscape:output_extension="org.inkscape.output.svg.inkscape"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  5. Error Line 22, Column 21: there is no attribute "sodipodi:docbase"
       sodipodi:docbase="C:\"><metadata

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  6. Error Line 23, Column 29: element "rdf:RDF" undefined
       id="metadata130"><rdf:RDF><cc:Work

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  7. Error Line 24, Column 18: there is no attribute "rdf:about"
           rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  8. Error Line 24, Column 20: element "cc:Work" undefined
           rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  9. Error Line 24, Column 31: element "dc:format" undefined
           rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  10. Error Line 25, Column 23: there is no attribute "rdf:resource"
             rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rd…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  11. Error Line 25, Column 65: element "dc:type" undefined
    …"http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  12. Error Line 27, Column 27: there is no attribute "inkscape:window-height"
       inkscape:window-height="579"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  13. Error Line 28, Column 26: there is no attribute "inkscape:window-width"
       inkscape:window-width="801"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  14. Error Line 29, Column 24: there is no attribute "inkscape:pageshadow"
       inkscape:pageshadow="2"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  15. Error Line 30, Column 25: there is no attribute "inkscape:pageopacity"
       inkscape:pageopacity="0.0"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  16. Error Line 31, Column 19: there is no attribute "guidetolerance"
       guidetolerance="10.0"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  17. Error Line 32, Column 18: there is no attribute "gridtolerance"
       gridtolerance="10.0"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  18. Error Line 33, Column 20: there is no attribute "objecttolerance"
       objecttolerance="10.0"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  19. Error Line 34, Column 18: there is no attribute "borderopacity"
       borderopacity="1.0"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  20. Error Line 35, Column 16: there is no attribute "bordercolor"
       bordercolor="#666666"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  21. Error Line 36, Column 14: there is no attribute "pagecolor"
       pagecolor="#ffffff"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  22. Error Line 37, Column 7: there is no attribute "id"
       id="base"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  23. Error Line 38, Column 18: there is no attribute "inkscape:zoom"
       inkscape:zoom="1.7485348"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  24. Error Line 39, Column 16: there is no attribute "inkscape:cx"
       inkscape:cx="149.0305"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  25. Error Line 40, Column 16: there is no attribute "inkscape:cy"
       inkscape:cy="108.0905"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  26. Error Line 41, Column 22: there is no attribute "inkscape:window-x"
       inkscape:window-x="198"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  27. Error Line 42, Column 22: there is no attribute "inkscape:window-y"
       inkscape:window-y="198"

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  28. Error Line 43, Column 27: there is no attribute "inkscape:current-layer"
       inkscape:current-layer="Layer_1" />

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  29. Error Line 43, Column 38: element "sodipodi:namedview" undefined
       inkscape:current-layer="Layer_1" />

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).

↑ Top

Source Listing

Below is the source input I used for this validation:

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
  3. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
  10. xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
  11. version="1.1"
  12. id="Layer_1"
  13. width="298.061"
  14. height="216.181"
  15. viewBox="0 0 298.061 216.181"
  16. style="overflow:visible;enable-background:new 0 0 298.061 216.181;"
  17. xml:space="preserve"
  18. sodipodi:version="0.32"
  19. inkscape:version="0.45.1"
  20. sodipodi:docname="Codein.svg"
  21. inkscape:output_extension="org.inkscape.output.svg.inkscape"
  22. sodipodi:docbase="C:\"><metadata
  23. id="metadata130"><rdf:RDF><cc:Work
  24. rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
  25. rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
  26. id="defs128" /><sodipodi:namedview
  27. inkscape:window-height="579"
  28. inkscape:window-width="801"
  29. inkscape:pageshadow="2"
  30. inkscape:pageopacity="0.0"
  31. guidetolerance="10.0"
  32. gridtolerance="10.0"
  33. objecttolerance="10.0"
  34. borderopacity="1.0"
  35. bordercolor="#666666"
  36. pagecolor="#ffffff"
  37. id="base"
  38. inkscape:zoom="1.7485348"
  39. inkscape:cx="149.0305"
  40. inkscape:cy="108.0905"
  41. inkscape:window-x="198"
  42. inkscape:window-y="198"
  43. inkscape:current-layer="Layer_1" />
  44. <path
  45. style="fill:#231f20"
  46. d="M 105.81265,69.13435 L 105.00515,69.5628 L 104.1967,69.4203 L 104.1967,32.3703 L 105.00515,31.8953 L 105.81265,32.3703 L 105.81265,69.13435 z "
  47. id="polygon3" />
  48. <path
  49. style="fill:#231f20"
  50. d="M 109.85015,35.17185 L 111.46515,35.17185 L 111.46515,66.331849 L 109.85015,66.331849 L 109.85015,35.17185 z "
  51. id="rect5" />
  52. <path
  53. style="fill:#231f20"
  54. d="M 137.63765,87.5178 L 137.63765,88.4203 L 136.83015,88.8953 L 105.33765,70.7028 L 105.00515,69.5628 L 105.81265,69.13435 L 137.63765,87.5178 z "
  55. id="polygon7" />
  56. <path
  57. style="fill:#231f20"
  58. d="M 169.5092,69.13435 L 170.31765,69.5628 L 170.31765,70.5128 L 138.4442,88.8953 L 137.63765,88.4203 L 137.63765,87.5178 L 169.5092,69.13435 z "
  59. id="polygon9" />
  60. <path
  61. style="fill:#231f20"
  62. d="M 164.23765,65.6203 L 165.0442,66.99685 L 138.06515,82.6253 L 137.2567,81.2003 L 164.23765,65.6203 z "
  63. id="polygon11" />
  64. <path
  65. style="fill:#231f20"
  66. d="M 169.5092,32.3703 L 171.12515,31.4203 L 171.12515,69.13435 L 170.31765,69.5628 L 169.5092,69.13435 L 169.5092,32.3703 z "
  67. id="polygon13" />
  68. <path
  69. style="fill:#231f20"
  70. d="M 137.63765,13.9878 L 137.63765,12.0878 L 171.12515,31.4203 L 169.5092,32.3703 L 137.63765,13.9878 z "
  71. id="polygon15" />
  72. <path
  73. style="fill:#231f20"
  74. d="M 137.2567,20.2578 L 138.06515,18.8803 L 165.0442,34.45935 L 164.23765,35.8378 L 137.2567,20.2578 z "
  75. id="polygon17" />
  76. <path
  77. style="fill:#231f20"
  78. d="M 105.81265,32.3703 L 105.00515,31.8953 L 105.00515,30.9453 L 137.63765,12.0878 L 137.63765,13.9878 L 105.81265,32.3703 z "
  79. id="polygon19" />
  80. <path
  81. style="fill:#231f20"
  82. d="M 138.4442,125.65935 L 137.63765,126.13435 L 136.83015,125.65935 L 136.83015,88.8953 L 137.63765,88.4203 L 138.4442,88.8953 L 138.4442,125.65935 z "
  83. id="polygon21" />
  84. <path
  85. style="fill:#231f20"
  86. d="M 169.3192,143.47185 L 170.31765,144.9928 L 169.5092,145.4678 L 140.2967,128.6053 L 137.63765,126.13435 L 138.4442,125.65935 L 169.3192,143.47185 z "
  87. id="polygon23" />
  88. <path
  89. style="fill:#231f20"
  90. d="M 202.14265,125.65935 L 202.95015,126.13435 L 202.5692,127.2753 L 171.12515,145.4678 L 170.31765,144.9928 L 171.26765,143.47185 L 202.14265,125.65935 z "
  91. id="polygon25" />
  92. <path
  93. style="fill:#231f20"
  94. d="M 202.14265,88.8953 L 203.7567,87.9928 L 203.7567,125.89685 L 202.95015,126.13435 L 202.14265,125.65935 L 202.14265,88.8953 z "
  95. id="polygon27" />
  96. <path
  97. style="fill:#231f20"
  98. d="M 170.31765,70.5128 L 170.31765,69.5628 L 171.12515,69.13435 L 203.7567,87.9928 L 202.14265,88.8953 L 170.31765,70.5128 z "
  99. id="polygon29" />
  100. <path
  101. style="fill:#231f20"
  102. d="M 105.81265,145.4678 L 105.00515,144.9928 L 105.33765,143.85185 L 136.83015,125.65935 L 137.63765,126.13435 L 137.30515,127.2753 L 105.81265,145.4678 z "
  103. id="polygon31" />
  104. <path
  105. style="fill:#231f20"
  106. d="M 105.81265,182.2328 L 104.1967,183.13435 L 104.1967,145.8953 L 105.00515,144.9928 L 105.81265,145.4678 L 105.81265,182.2328 z "
  107. id="polygon33" />
  108. <path
  109. style="fill:#231f20"
  110. d="M 137.63765,200.61435 L 137.63765,202.4678 L 104.1967,183.13435 L 105.81265,182.2328 L 137.63765,200.61435 z "
  111. id="polygon35" />
  112. <path
  113. style="fill:#231f20"
  114. d="M 169.5092,182.2328 L 171.12515,183.13435 L 137.63765,202.4678 L 137.63765,200.61435 L 169.5092,182.2328 z "
  115. id="polygon37" />
  116. <path
  117. style="fill:#231f20"
  118. d="M 164.23765,178.7178 L 165.0442,180.1428 L 138.06515,195.72185 L 137.2567,194.29685 L 164.23765,178.7178 z "
  119. id="polygon39" />
  120. <path
  121. style="fill:#231f20"
  122. d="M 169.5092,145.4678 L 170.31765,144.9928 L 171.12515,145.4678 L 171.12515,161.9503 L 169.5092,161.0003 L 169.5092,145.4678 z "
  123. id="polygon41" />
  124. <path
  125. style="fill:#231f20"
  126. d="M 171.12515,183.13435 L 169.5092,182.2328 L 169.5092,171.5928 L 171.12515,172.4953 L 171.12515,183.13435 z "
  127. id="polygon43" />
  128. <path
  129. style="fill:#231f20"
  130. d="M 91.27765,99.1553 L 89.85265,98.4428 L 104.1967,69.4203 L 105.00515,69.5628 L 105.33765,70.7028 L 91.27765,99.1553 z "
  131. id="polygon45" />
  132. <g
  133. id="g47"
  134. transform="matrix(0.95,0,0,0.95,7.45155,5.40455)">
  135. <path
  136. style="fill:#231f20"
  137. d="M 74.644,108.769 C 74.644,105.916 75.41,103.684 76.942,102.071 C 78.474,100.457 80.452,99.65 82.875,99.65 C 84.462,99.65 85.892,100.029 87.166,100.787 C 88.44,101.546 89.411,102.602 90.08,103.958 C 90.749,105.314 91.082,106.852 91.082,108.57 C 91.082,110.313 90.73,111.872 90.027,113.247 C 89.324,114.622 88.327,115.664 87.037,116.371 C 85.747,117.078 84.356,117.432 82.863,117.432 C 81.245,117.432 79.799,117.041 78.525,116.26 C 77.251,115.479 76.286,114.411 75.629,113.06 C 74.972,111.709 74.644,110.277 74.644,108.769 z M 76.987,108.798 C 76.987,110.868 77.544,112.499 78.658,113.691 C 79.772,114.883 81.17,115.478 82.85,115.478 C 84.562,115.478 85.971,114.876 87.078,113.673 C 88.184,112.47 88.737,110.763 88.737,108.552 C 88.737,107.154 88.501,105.933 88.028,104.89 C 87.555,103.847 86.863,103.038 85.952,102.464 C 85.041,101.89 84.019,101.603 82.886,101.603 C 81.276,101.603 79.89,102.156 78.729,103.261 C 77.568,104.366 76.987,106.212 76.987,108.798 z "
  138. id="path49" />
  139. </g>
  140. <path
  141. style="fill:#231f20"
  142. d="M 90.56515,118.2503 L 91.99015,117.48935 L 105.33765,143.85185 L 105.00515,144.9928 L 103.62765,144.0428 L 90.56515,118.2503 z "
  143. id="polygon51" />
  144. <g
  145. id="g53"
  146. transform="matrix(0.95,0,0,0.95,7.45155,5.40455)">
  147. <path
  148. style="fill:#231f20"
  149. d="M 60.144,9.119 C 60.144,6.266 60.91,4.034 62.442,2.421 C 63.974,0.807 65.952,0 68.375,0 C 69.962,0 71.392,0.379 72.666,1.137 C 73.94,1.896 74.911,2.952 75.58,4.308 C 76.249,5.664 76.582,7.202 76.582,8.92 C 76.582,10.663 76.23,12.222 75.527,13.597 C 74.824,14.972 73.827,16.014 72.537,16.721 C 71.247,17.428 69.856,17.782 68.363,17.782 C 66.745,17.782 65.299,17.391 64.025,16.61 C 62.751,15.829 61.786,14.761 61.129,13.41 C 60.472,12.059 60.144,10.628 60.144,9.119 z M 62.488,9.148 C 62.488,11.218 63.045,12.849 64.159,14.041 C 65.273,15.233 66.671,15.828 68.351,15.828 C 70.063,15.828 71.472,15.226 72.579,14.023 C 73.685,12.82 74.238,11.113 74.238,8.902 C 74.238,7.504 74.002,6.283 73.529,5.24 C 73.056,4.197 72.364,3.388 71.453,2.814 C 70.542,2.24 69.52,1.953 68.387,1.953 C 66.777,1.953 65.391,2.506 64.23,3.611 C 63.069,4.716 62.488,6.563 62.488,9.148 z "
  150. id="path55" />
  151. </g>
  152. <path
  153. style="fill:#231f20"
  154. d="M 81.30265,19.1178 L 82.1092,17.7403 L 105.00515,30.9453 L 105.00515,31.8953 L 104.1967,32.3703 L 81.30265,19.1178 z "
  155. id="polygon57" />
  156. <g
  157. id="g59"
  158. transform="matrix(0.95,0,0,0.95,7.45155,5.40455)">
  159. <path
  160. style="fill:#231f20"
  161. d="M 43.725,215.884 L 43.725,198.696 L 46.006,198.696 L 46.006,205.759 L 54.897,205.759 L 54.897,198.696 L 57.178,198.696 L 57.178,215.884 L 54.897,215.884 L 54.897,207.79 L 46.006,207.79 L 46.006,215.884 L 43.725,215.884 z "
  162. id="path61" />
  163. <path
  164. style="fill:#231f20"
  165. d="M 60.276,207.519 C 60.276,204.666 61.042,202.434 62.574,200.821 C 64.106,199.207 66.084,198.4 68.507,198.4 C 70.094,198.4 71.524,198.779 72.798,199.537 C 74.072,200.296 75.043,201.352 75.712,202.708 C 76.381,204.064 76.714,205.602 76.714,207.32 C 76.714,209.063 76.362,210.622 75.659,211.997 C 74.956,213.372 73.959,214.414 72.669,215.121 C 71.379,215.828 69.988,216.182 68.495,216.182 C 66.877,216.182 65.431,215.791 64.157,215.01 C 62.883,214.229 61.918,213.161 61.261,211.81 C 60.604,210.459 60.276,209.027 60.276,207.519 z M 62.62,207.548 C 62.62,209.618 63.177,211.249 64.291,212.441 C 65.405,213.633 66.803,214.228 68.483,214.228 C 70.195,214.228 71.604,213.626 72.711,212.423 C 73.817,211.22 74.37,209.513 74.37,207.302 C 74.37,205.904 74.134,204.683 73.661,203.64 C 73.188,202.597 72.496,201.788 71.585,201.214 C 70.674,200.64 69.652,200.353 68.519,200.353 C 66.909,200.353 65.523,200.906 64.362,202.011 C 63.201,203.116 62.62,204.962 62.62,207.548 z "
  166. id="path63" />
  167. </g>
  168. <path
  169. style="fill:#231f20"
  170. d="M 82.8692,199.66435 L 79.21265,193.3953 L 80.6842,192.7303 L 84.15265,198.71435 L 82.8692,199.66435 z "
  171. id="polygon65" />
  172. <path
  173. style="fill:#231f20"
  174. d="M 86.3842,197.0053 L 83.2967,191.6378 L 84.7692,190.97185 L 87.71515,196.0553 L 86.3842,197.0053 z "
  175. id="polygon67" />
  176. <path
  177. style="fill:#231f20"
  178. d="M 89.9467,194.3453 L 87.3817,189.8803 L 88.85515,189.2628 L 91.23015,193.3953 L 89.9467,194.3453 z "
  179. id="polygon69" />
  180. <path
  181. style="fill:#231f20"
  182. d="M 93.5092,191.68435 L 91.46765,188.12185 L 92.94015,187.5053 L 94.79265,190.73435 L 93.5092,191.68435 z "
  183. id="polygon71" />
  184. <path
  185. style="fill:#231f20"
  186. d="M 97.0717,189.0253 L 95.50515,186.4128 L 97.02515,185.74685 L 98.35515,188.0753 L 97.0717,189.0253 z "
  187. id="polygon73" />
  188. <path
  189. style="fill:#231f20"
  190. d="M 100.58765,186.36435 L 99.59015,184.6553 L 101.1092,183.98935 L 101.91765,185.41435 L 100.58765,186.36435 z "
  191. id="polygon75" />
  192. <path
  193. style="fill:#231f20"
  194. d="M 160.58015,158.33935 L 152.79015,159.4328 L 137.30515,127.2753 L 137.63765,126.13435 L 140.2967,128.6053 L 160.58015,158.33935 z "
  195. id="polygon77" />
  196. <g
  197. id="g79"
  198. transform="matrix(0.95,0,0,0.95,7.45155,5.40455)">
  199. <path
  200. style="fill:#231f20"
  201. d="M 218.816,170.884 L 218.816,153.696 L 221.156,153.696 L 230.16,167.185 L 230.16,153.696 L 232.348,153.696 L 232.348,170.884 L 230.008,170.884 L 221.004,157.395 L 221.004,170.884 L 218.816,170.884 z "
  202. id="path81" />
  203. </g>
  204. <path
  205. style="fill:#231f20"
  206. d="M 219.05265,146.7503 L 212.7817,150.4078 L 202.5692,127.2753 L 202.95015,126.13435 L 203.7567,125.89685 L 219.05265,146.7503 z "
  207. id="polygon83" />
  208. <path
  209. style="fill:#231f20"
  210. d="M 189.17515,180.42685 L 189.17515,174.82185 L 209.98015,162.8053 L 212.40265,167.0328 L 189.17515,180.42685 z "
  211. id="polygon85" />
  212. <path
  213. style="fill:#231f20"
  214. d="M 189.17515,174.82185 L 189.17515,180.42685 L 152.79015,159.4328 L 160.58015,158.33935 L 189.17515,174.82185 z "
  215. id="polygon87" />
  216. <g
  217. id="g89"
  218. transform="matrix(0.95,0,0,0.95,7.45155,5.40455)">
  219. <path
  220. style="fill:#231f20"
  221. d="M 164.725,116.685 L 164.725,99.497 L 167.006,99.497 L 167.006,106.56 L 175.897,106.56 L 175.897,99.497 L 178.178,99.497 L 178.178,116.685 L 175.897,116.685 L 175.897,108.591 L 167.006,108.591 L 167.006,116.685 L 164.725,116.685 z "
  222. id="path91" />
  223. </g>
  224. <path
  225. style="fill:#231f20"
  226. d="M 166.6592,118.43935 L 173.92765,118.43935 L 171.26765,143.47185 L 170.31765,144.9928 L 169.3192,143.47185 L 166.6592,118.43935 z "
  227. id="polygon93" />
  228. <g
  229. id="g95"
  230. transform="matrix(0.95,0,0,0.95,7.45155,5.40455)">
  231. <path
  232. style="fill:#231f20"
  233. d="M 269.381,175.157 L 271.662,175.731 C 271.185,177.601 270.329,179.027 269.093,180.008 C 267.856,180.989 266.344,181.481 264.557,181.481 C 262.707,181.481 261.203,181.104 260.043,180.349 C 258.884,179.595 258.002,178.501 257.397,177.071 C 256.792,175.641 256.49,174.103 256.49,172.462 C 256.49,170.672 256.832,169.109 257.513,167.776 C 258.197,166.443 259.167,165.429 260.428,164.738 C 261.688,164.047 263.074,163.7 264.588,163.7 C 266.305,163.7 267.748,164.138 268.918,165.014 C 270.089,165.891 270.903,167.122 271.364,168.711 L 269.13,169.238 C 268.732,167.988 268.155,167.078 267.399,166.508 C 266.643,165.938 265.69,165.653 264.544,165.653 C 263.226,165.653 262.124,165.969 261.238,166.602 C 260.353,167.235 259.73,168.084 259.372,169.151 C 259.014,170.218 258.834,171.317 258.834,172.45 C 258.834,173.911 259.047,175.186 259.471,176.276 C 259.897,177.366 260.557,178.18 261.453,178.719 C 262.349,179.258 263.32,179.528 264.365,179.528 C 265.635,179.528 266.711,179.161 267.592,178.426 C 268.473,177.691 269.069,176.603 269.381,175.157 z "
  234. id="path97" />
  235. <path
  236. style="fill:#231f20"
  237. d="M 274.557,181.185 L 274.557,163.997 L 276.838,163.997 L 276.838,171.06 L 285.729,171.06 L 285.729,163.997 L 288.01,163.997 L 288.01,181.185 L 285.729,181.185 L 285.729,173.091 L 276.838,173.091 L 276.838,181.185 L 274.557,181.185 z "
  238. id="path99" />
  239. </g>
  240. <g
  241. id="g101"
  242. transform="matrix(0.95,0,0,0.95,7.45155,5.40455)">
  243. <path
  244. style="fill:#231f20"
  245. d="M 289.608,182.278 L 291.186,182.059 C 291.368,182.955 291.678,183.601 292.114,183.997 C 292.55,184.392 293.086,184.59 293.721,184.59 C 294.473,184.59 295.107,184.332 295.619,183.818 C 296.132,183.302 296.389,182.664 296.389,181.902 C 296.389,181.176 296.151,180.578 295.672,180.106 C 295.195,179.634 294.589,179.399 293.854,179.399 C 293.553,179.399 293.178,179.458 292.731,179.575 L 292.909,178.184 C 293.014,178.196 293.1,178.202 293.165,178.202 C 293.839,178.202 294.446,178.027 294.985,177.676 C 295.525,177.325 295.796,176.784 295.796,176.053 C 295.796,175.474 295.599,174.994 295.204,174.615 C 294.81,174.235 294.302,174.045 293.679,174.045 C 293.062,174.045 292.548,174.239 292.136,174.627 C 291.724,175.015 291.46,175.597 291.343,176.373 L 289.765,176.092 C 289.958,175.03 290.398,174.207 291.085,173.624 C 291.771,173.04 292.624,172.748 293.646,172.748 C 294.349,172.748 294.998,172.898 295.59,173.2 C 296.183,173.501 296.636,173.912 296.95,174.432 C 297.263,174.953 297.421,175.505 297.421,176.09 C 297.421,176.646 297.271,177.152 296.972,177.608 C 296.673,178.064 296.232,178.426 295.646,178.696 C 296.408,178.872 297,179.237 297.425,179.79 C 297.849,180.345 298.062,181.037 298.062,181.869 C 298.062,182.995 297.65,183.948 296.829,184.73 C 296.008,185.512 294.969,185.904 293.713,185.904 C 292.579,185.904 291.639,185.567 290.891,184.895 C 290.139,184.221 289.713,183.35 289.608,182.278 z "
  246. id="path103" />
  247. </g>
  248. <path
  249. style="fill:#231f20"
  250. d="M 249.50015,165.3703 L 249.0717,166.9378 L 230.88015,162.0453 L 231.3067,160.47685 L 249.50015,165.3703 z "
  251. id="polygon105" />
  252. <g
  253. id="g107"
  254. transform="matrix(0.95,0,0,0.95,7.45155,5.40455)">
  255. <path
  256. style="fill:#231f20"
  257. d="M 56.325,156.384 L 56.325,139.196 L 58.606,139.196 L 58.606,146.259 L 67.497,146.259 L 67.497,139.196 L 69.778,139.196 L 69.778,156.384 L 67.497,156.384 L 67.497,148.29 L 58.606,148.29 L 58.606,156.384 L 56.325,156.384 z "
  258. id="path109" />
  259. </g>
  260. <path
  261. style="fill:#231f20"
  262. d="M 75.9342,148.60185 L 75.9342,141.33435 L 103.62765,144.0428 L 105.00515,144.9928 L 104.1967,145.8953 L 75.9342,148.60185 z "
  263. id="polygon111" />
  264. <g
  265. id="g113"
  266. transform="matrix(0.95,0,0,0.95,7.45155,5.40455)">
  267. <path
  268. style="fill:#231f20"
  269. d="M 0,37.334 L 0,20.146 L 2.281,20.146 L 2.281,27.209 L 11.172,27.209 L 11.172,20.146 L 13.453,20.146 L 13.453,37.334 L 11.172,37.334 L 11.172,29.24 L 2.281,29.24 L 2.281,37.334 L 0,37.334 L 0,37.334 z "
  270. id="path115" />
  271. </g>
  272. <g
  273. id="g117"
  274. transform="matrix(0.95,0,0,0.95,7.45155,5.40455)">
  275. <path
  276. style="fill:#231f20"
  277. d="M 15.461,38.428 L 17.039,38.209 C 17.222,39.105 17.531,39.751 17.967,40.147 C 18.404,40.542 18.939,40.74 19.574,40.74 C 20.327,40.74 20.96,40.482 21.473,39.968 C 21.986,39.452 22.242,38.814 22.242,38.052 C 22.242,37.326 22.004,36.728 21.526,36.256 C 21.049,35.784 20.443,35.549 19.707,35.549 C 19.406,35.549 19.032,35.608 18.585,35.725 L 18.762,34.334 C 18.868,34.346 18.953,34.352 19.018,34.352 C 19.692,34.352 20.299,34.177 20.839,33.826 C 21.379,33.475 21.649,32.934 21.649,32.203 C 21.649,31.624 21.452,31.144 21.058,30.765 C 20.664,30.385 20.156,30.195 19.533,30.195 C 18.916,30.195 18.401,30.389 17.99,30.777 C 17.579,31.165 17.314,31.747 17.197,32.523 L 15.619,32.242 C 15.812,31.18 16.253,30.357 16.939,29.774 C 17.625,29.19 18.479,28.898 19.5,28.898 C 20.204,28.898 20.853,29.048 21.445,29.35 C 22.037,29.651 22.49,30.062 22.805,30.582 C 23.118,31.103 23.276,31.655 23.276,32.24 C 23.276,32.796 23.127,33.302 22.828,33.758 C 22.529,34.214 22.087,34.576 21.501,34.846 C 22.263,35.022 22.855,35.387 23.28,35.94 C 23.704,36.495 23.917,37.187 23.917,38.019 C 23.917,39.145 23.506,40.098 22.684,40.88 C 21.862,41.662 20.823,42.054 19.567,42.054 C 18.434,42.054 17.493,41.717 16.745,41.045 C 15.994,40.37 15.567,39.499 15.461,38.428 z "
  278. id="path119" />
  279. </g>
  280. <g
  281. id="g121"
  282. transform="matrix(0.95,0,0,0.95,7.45155,5.40455)">
  283. <path
  284. style="fill:#231f20"
  285. d="M 39.039,31.307 L 41.32,31.881 C 40.844,33.751 39.987,35.177 38.751,36.158 C 37.514,37.139 36.001,37.631 34.214,37.631 C 32.364,37.631 30.86,37.254 29.701,36.499 C 28.542,35.745 27.66,34.651 27.055,33.221 C 26.45,31.79 26.148,30.253 26.148,28.612 C 26.148,26.822 26.489,25.259 27.172,23.926 C 27.855,22.593 28.826,21.579 30.087,20.888 C 31.347,20.197 32.733,19.85 34.247,19.85 C 35.964,19.85 37.407,20.288 38.577,21.164 C 39.748,22.041 40.563,23.272 41.023,24.861 L 38.789,25.388 C 38.391,24.138 37.814,23.228 37.058,22.658 C 36.301,22.088 35.349,21.803 34.203,21.803 C 32.885,21.803 31.783,22.119 30.897,22.752 C 30.012,23.385 29.39,24.234 29.031,25.301 C 28.672,26.368 28.493,27.467 28.493,28.6 C 28.493,30.061 28.705,31.336 29.13,32.426 C 29.555,33.516 30.215,34.33 31.112,34.869 C 32.009,35.408 32.979,35.678 34.024,35.678 C 35.295,35.678 36.37,35.311 37.251,34.576 C 38.132,33.841 38.727,32.752 39.039,31.307 z "
  286. id="path123" />
  287. </g>
  288. <path
  289. style="fill:#231f20"
  290. d="M 48.76515,27.6203 L 47.9567,26.1953 L 62.6817,17.6928 L 63.49015,19.1178 L 48.76515,27.6203 z "
  291. id="polygon125" />
  292. </svg>

↑ Top