31 lines
1.4 KiB
XML
31 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
|
|
<!ENTITY ns_svg "http://www.w3.org/2000/svg">
|
|
<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">]>
|
|
<!--D'après l'œuvre de R. A. Nonenmacher.
|
|
Source:https://upload.wikimedia.org/wikipedia/commons/a/aa/All_18_Pentominoes.svg-->
|
|
<svg version="1.1"
|
|
id="FPentomino"
|
|
xmlns="&ns_svg;"
|
|
xmlns:xlink="&ns_xlink;"
|
|
width="800"
|
|
height="800"
|
|
viewBox="135 75 55 75"
|
|
overflow="visible"
|
|
enable-background="new 135 75 55 75"
|
|
xml:space="preserve">
|
|
<title>
|
|
Icone de Pentis.
|
|
</title>
|
|
<desc>
|
|
Symbole du pentomino 'F'.
|
|
</desc>
|
|
<g id="F_1">
|
|
<rect x="150" y="75" fill="#DDBB99" stroke="#000000" stroke-width="0.25" width="25" height="25"/>
|
|
<rect x="150" y="100" fill="#DDBB99" stroke="#000000" stroke-width="0.25" width="25" height="25"/>
|
|
<rect x="150" y="125" fill="#DDBB99" stroke="#000000" stroke-width="0.25" width="25" height="25"/>
|
|
<rect x="175" y="75" fill="#DDBB99" stroke="#000000" stroke-width="0.25" width="25" height="25"/>
|
|
<rect x="125" y="100" fill="#DDBB99" stroke="#000000" stroke-width="0.25" width="25" height="25"/>
|
|
<polygon fill="none" stroke="#000000" stroke-width="3" points="150,75 200,75 200,100 175,100 175,150 150,150 150,125 125,125 125,100 150,100"/>
|
|
</g>
|
|
</svg>
|