| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg:svg xmlns:svg="http://www.w3.org/2000/svg"
- version="1.1"
- width="100%"
- height="100%"
- preserveAspectRatio="xMinYMin"
- viewBox="0 0 300 300">
- <svg:circle cx="20" cy="238" r="1"/>
- <svg:text x="15"
- y="240.5"
- text-anchor="end"
- fill="black"
- font-family="Arial"
- font-weight="bold"
- font-size="5">0</svg:text>
- <svg:line x1="20"
- y1="238"
- x2="90"
- y2="238"
- stroke="grey"
- stroke-width="0.25"/>
- <svg:text x="15"
- y="190.5"
- text-anchor="end"
- fill="black"
- font-family="Arial"
- font-weight="bold"
- font-size="5">45356</svg:text>
- <svg:line x1="20"
- y1="188"
- x2="90"
- y2="188"
- stroke="grey"
- stroke-width="0.25"/>
- <svg:text x="15"
- y="140.5"
- text-anchor="end"
- fill="black"
- font-family="Arial"
- font-weight="bold"
- font-size="5">90712</svg:text>
- <svg:line x1="20"
- y1="138"
- x2="90"
- y2="138"
- stroke="grey"
- stroke-width="0.25"/>
- <svg:text x="15"
- y="90.5"
- text-anchor="end"
- fill="black"
- font-family="Arial"
- font-weight="bold"
- font-size="5">136068</svg:text>
- <svg:line x1="20"
- y1="88"
- x2="90"
- y2="88"
- stroke="grey"
- stroke-width="0.25"/>
- <svg:text x="15"
- y="40.5"
- text-anchor="end"
- fill="black"
- font-family="Arial"
- font-weight="bold"
- font-size="5">181424</svg:text>
- <svg:line x1="20"
- y1="38"
- x2="90"
- y2="38"
- stroke="grey"
- stroke-width="0.25"/>
- <svg:g transform="translate(0 199) scale(1 -1)">
- <svg:line x1="20"
- y1="0"
- x2="20"
- y2="199"
- stroke="black"
- stroke-width="2"/>
- </svg:g>
- <svg:g transform="translate(0 238) scale(1 -1)">
- <svg:rect x="20"
- y="0"
- rx="2"
- ry="2"
- width="15"
- height="177"
- fill="orangered"
- stroke="black"
- stroke-width="1"/>
-
- <svg:rect x="20"
- y="200"
- rx="2"
- ry="2"
- width="15"
- height="177"
- fill="orangered"
- stroke="black"
- stroke-width="1"/>
-
- <svg:rect x="35"
- y="0"
- rx="2"
- ry="2"
- width="15"
- height="188"
- fill="navajowhite"
- stroke="black"
- stroke-width="1"/>
- <svg:rect x="50"
- y="0"
- rx="2"
- ry="2"
- width="15"
- height="88"
- fill="teal"
- stroke="black"
- stroke-width="1"/>
- <svg:rect x="65"
- y="0"
- rx="2"
- ry="2"
- width="15"
- height="89"
- fill="limegreen"
- stroke="black"
- stroke-width="1"/>
- </svg:g>
- <svg:g transform="translate(0 238)">
- <svg:text writing-mode="tb"
- x="27.5"
- dy="5"
- fill="black"
- font-family="Arial"
- font-weight="bold"
- font-size="5">DENTONS</svg:text>
- <svg:text writing-mode="tb"
- x="42.5"
- dy="5"
- fill="black"
- font-family="Arial"
- font-weight="bold"
- font-size="5">DENTONS</svg:text>
- <svg:text writing-mode="tb"
- x="57.5"
- dy="5"
- fill="black"
- font-family="Arial"
- font-weight="bold"
- font-size="5">GE</svg:text>
- <svg:text writing-mode="tb"
- x="72.5"
- dy="5"
- fill="black"
- font-family="Arial"
- font-weight="bold"
- font-size="5">GE</svg:text>
- <svg:line x1="20"
- y1="0"
- x2="90"
- y2="0"
- stroke="black"
- stroke-width="2"/>
- </svg:g>
- </svg:svg>
-
|