Unverified Commit dfbbe780 authored by mrbean-bremen's avatar mrbean-bremen
Browse files

Added more test images for different issues

- added a few of them to passing image comparson tests
parent 64b5c21a
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="400" height="400" viewBox="0 0 400 400">
<defs>
<marker id="circle" viewBox="0 0 60 60" refX="30" refY="30" markerUnits="strokeWidth" markerWidth="60" markerHeight="60" orient="0">
<g stroke="blue" fill="transparent">
<circle cx="30" cy="30" r="26"/>
</g>
</marker>
</defs>
<path marker-end="url(#circle)" d="M200 200 h1" stroke="red" stroke-width="5"/>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg4136"
version="1.1"
inkscape:version="0.91 r13725"
width="829.09259"
height="469.92981"
viewBox="0 0 829.09259 469.92981"
sodipodi:docname="DDFleche.svg">
<metadata
id="metadata4142">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs4140">
<linearGradient
inkscape:collect="always"
id="linearGradient5569">
<stop
style="stop-color:#000000;stop-opacity:1"
offset="0"
id="stop4194" />
<stop
style="stop-color:#00ce00;stop-opacity:0.50196081"
offset="1"
id="stop4196" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5569"
id="linearGradient4198"
x1="7.7207222"
y1="133.50426"
x2="1009.1933"
y2="133.50426"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.67387335,0,0,-1.0108018,73.084338,371.66873)" />
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1680"
inkscape:window-height="988"
id="namedview4138"
showgrid="false"
fit-margin-top="75"
fit-margin-left="75"
fit-margin-right="75"
fit-margin-bottom="75"
inkscape:zoom="0.83554608"
inkscape:cx="443.96195"
inkscape:cy="251.45944"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg4136" />
<path
style="opacity:0.9;fill:url(#linearGradient4198);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:20;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.75294118"
d="m 84.999031,198.76111 c 41.893899,12.46733 67.204359,20.45555 97.954929,34.41493 -8.06631,45.3737 -21.3746,91.2209 -36.12438,133.78512 173.43871,-148.81538 325.84001,-221.45869 517.91547,-99.71468 -48.7041,26.26584 -19.23827,9.84328 -69.27975,40.40009 78.38921,27.86944 69.98001,25.34981 155.76882,53.92909 C 736.53765,230.37565 742.7989,294.88709 726.39402,146.05871 714.87675,175.24382 706.25313,192.29297 691.9458,222.542 501.96671,55.39248 266.03908,62.55901 84.999031,198.76111 Z"
id="path4180"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
</svg>
<svg id="Drawing1" version="1.1" width="840" height="594" viewBox="0 0 420 297" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" type="1" fileName="" comment="" author="">
<defs>
<style type="text/css"><![CDATA[
line,
rect,
circle,
ellipse,
path,
text {
vector-effect: non-scaling-stroke;
}
/* основная */
.lt1 {
fill: none;
stroke: blue;
stroke-width: 2;
}
/* тонкая */
.lt2 {
fill: none;
stroke: black;
stroke-width: .7;
}
/* осевая */
.lt3 {
fill: none;
stroke: red;
stroke-width: .7;
stroke-dasharray: 25, 4, 3, 4;
}
/* штриховая */
.lt4 {
fill: none;
stroke: black;
stroke-width: .7;
stroke-dasharray: 7, 4;
}
/* для линии обрыва */
.lt5 {
fill: none;
stroke: black;
stroke-width: .7;
}
/* утолщеная */
.lt7 {
fill: none;
stroke: teal;
stroke-width: 3.3;
}
/* пунктир 2 */
.lt8 {
fill: none;
stroke: black;
stroke-width: .7;
stroke-dasharray: 25, 4, 3, 4, 3, 4;
}
/* штриховая осн. */
.lt9 {
fill: none;
stroke: blue;
stroke-width: 2;
stroke-dasharray: 10, 5;
}
/* осевая осн. */
.lt10 {
fill: none;
stroke: blue;
stroke-width: 2;
stroke-dasharray: 25, 5, 3, 5;
}
/* тонкая */
.lt11 {
fill: none;
stroke: black;
stroke-width: .5;
}
/* основная для масштаба 0.25 */
.lt1_025 {
fill: none;
stroke: blue;
stroke-width: 8;
}
/* тонкая для масштаба 0.25 */
.lt2_025 {
stroke: black;
stroke-width: 2.8;
}
/* тонкая линия, тип для точки, масштаба 0.25 */
.pt1 {
fill: none;
stroke-width: 2;
}
text {fill: black; font-family: GOST type A; font-weight: 400; text-decoration: none; font-style: italic}
/*0 - умолчательный стиль для данного типа объекта*/
.styles0{font-size: 5mm}
/*1 - обычный текст*/
.styles1{font-family: GOST type A; font-size: 5mm}
/*2 - текст для технических требований*/
.styles2{font-family: GOST type A; font-size: 5mm}
/*3 - текст размерной надписи*/
.styles3{font-family: GOST type A; font-size: 5mm}
/*4 - текст в обозначении шероховатости*/
.styles4{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*5 - текст на позиционной линии-выноске*/
.styles5{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*6 - текст над\под полкой линии-выноски*/
.styles6{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*7 - текст на ответвлении линии-выноски*/
.styles7{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*8 - текст в обозначении допуска формы*/
.styles8{font-family: GOST type A; font-size: 7mm; font-weight: 400;}
/*9 - текст для заголовка таблицы*/
.styles9{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*10 - текст для ячейки таблицы*/
.styles10{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*11 - текст для линии разреза*/
.styles11{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*12 - текст для стрелки направления взгляда*/
.styles12{font-family: GOST type A; font-size: 7mm; font-weight: 400;}
/*13 - текст в обозначении неуказанной шероховатости*/
.styles13{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*14 - текст в обозначении изменения*/
.styles14{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
/*15 - текст для фигурной скобки*/
.styles15{font-family: GOST type A; font-size: 5mm; font-weight: 400;}
]]></style>
<!-- Рисование точки - PointParam -->
<marker id="Point0" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M-3,0 L0,-3 3,0 0,3 z" stroke="red"/>
</marker>
<marker id="Point1" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M-9,-9 L9,9 M-9,9 L9,-9" stroke="blue"/>
</marker>
<marker id="Point2" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M-9,-9 L9,9 M-9,9 L9,-9 M-9,0 L9,0" stroke="red"/>
</marker>
<marker id="Point3" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<circle class="pt1" stroke="red" cx="0" cy="0" r="9"/>
</marker>
<marker id="Point4" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M-9,-9 L9,-9 9,9 -9,9 z" stroke="fuchsia"/>
</marker>
<marker id="Point5" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M0,-9 L9,9 -9,9 z" stroke="lime"/>
</marker>
<marker id="Point6" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M-9,-9 L9,-9 9,9 -9,9 z L9,9 M9,-9 L-9,9" stroke="black"/>
</marker>
<marker id="Point7" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M0,-9 L0,9 M-9,0 L9,0" stroke="black"/>
</marker>
<marker id="Point8" viewBox="-10 -10 20 20" markerWidth="5" markerHeight="5">
<path class="pt1" d="M0,-9 L0,9 M-9,0 L9,0" stroke="blue"/>
</marker>
<!-- Рисование штриховки - Hatch -->
<pattern id="hatch1_45" width="20" height="20" patternUnits="userSpaceOnUse">
<line class="lt2_025 " x1="1" y1="20" x2="20" y2="1" />
<line class="lt2_025 " x1="0" y1="1" x2="1" y2="0" />
</pattern>
<!-- Рисование стрелок и засечек - DimPoint -->
<marker id="DimPoint1" viewBox="-2 -12 29 24" markerWidth="44" markerHeight="36" orient="auto">
<path class="lt2_025" stroke="black" d="M0,0 L20,-4 16,0 20,4 z M0,-10 L0,10 M0,0 L27,0"/>
</marker>
<marker id="DimPoint2" viewBox="-27 -12 29 24" markerWidth="44" markerHeight="36" orient="auto">
<path class="lt2_025" stroke="black" d="M0,0 L-20,-4 -16,0 -20,4 z M0,-10 L0,10 M0,0 L-27,0"/>
</marker>
<marker id="ViewPoint" viewBox="-2 -12 29 24" markerWidth="87" markerHeight="72" orient="auto">
<path class="lt2_025" stroke="black" d="M0,0 L20,-4 16,0 20,4 z M0,-10 L0,10 M0,0 L27,0"/>
</marker>
</defs>
<title>SVG for CAD</title>
<!-- Рисование документа - DocumentParam -->
<svg id="Shtamp" type="1" x="0" y="0" width="420" height="297" viewBox="0 0 420 297">
<title>Штамп чертежа</title>
<rect class="lt1" x="20" y="5" width="395" height="287"/>
<line class="lt1" x1="230" y1="237" x2="415" y2="237"/>
<line class="lt1" x1="230" y1="237" x2="230" y2="292"/>
<line class="lt1" x1="90" y1="5" x2="90" y2="19"/>
<line class="lt1" x1="20" y1="19" x2="90" y2="19"/>
<rect class="lt2" x="1" y="1" width="418" height="295"/>
<line class="lt1" x1="247" y1="237" x2="247" y2="292"/>
<line class="lt1" x1="270" y1="237" x2="270" y2="292"/>
<line class="lt1" x1="285" y1="237" x2="285" y2="292"/>
<line class="lt1" x1="295" y1="237" x2="295" y2="292"/>
<line class="lt1" x1="237" y1="237" x2="237" y2="262"/>
<line class="lt2" x1="230" y1="242" x2="295" y2="242"/>
<line class="lt2" x1="230" y1="247" x2="295" y2="247"/>
<line class="lt2" x1="230" y1="252" x2="295" y2="252"/>
<line class="lt1" x1="230" y1="257" x2="295" y2="257"/>
<line class="lt1" x1="230" y1="262" x2="295" y2="262"/>
<line class="lt2" x1="230" y1="267" x2="295" y2="267"/>
<line class="lt2" x1="230" y1="272" x2="295" y2="272"/>
<line class="lt2" x1="230" y1="277" x2="295" y2="277"/>
<line class="lt2" x1="230" y1="282" x2="295" y2="282"/>
<line class="lt2" x1="230" y1="287" x2="295" y2="287"/>
<line class="lt1" x1="295" y1="277" x2="415" y2="277"/>
<line class="lt1" x1="295" y1="252" x2="415" y2="252"/>
<line class="lt1" x1="365" y1="252" x2="365" y2="292"/>
<line class="lt1" x1="365" y1="257" x2="415" y2="257"/>
<line class="lt1" x1="365" y1="272" x2="415" y2="272"/>
<line class="lt2" x1="370" y1="257" x2="370" y2="272"/>
<line class="lt2" x1="375" y1="257" x2="375" y2="272"/>
<line class="lt1" x1="380" y1="252" x2="380" y2="272"/>
<line class="lt1" x1="397" y1="252" x2="397" y2="272"/>
<line class="lt1" x1="386" y1="272" x2="386" y2="277"/>
</svg>
<!-- Рисование вида - ViewParam -->
<svg id="View1" x="50" y="7" width="150" height="162" viewBox="-25 -200 600 648">
<title>Вид 1</title>
<line class="lt1" x1="0" y1="325" x2="500" y2="325"/>
<line class="lt1" x1="0" y1="225" x2="0" y2="325"/>
<line class="lt1" x1="0" y1="225" x2="250" y2="225"/>
<line class="lt1" x1="140" y1="225" x2="190" y2="0"/>
<line class="lt1" x1="190" y1="0" x2="310" y2="0"/>
<line class="lt1" x1="340" y1="250" x2="190" y2="250"/>
<line class="lt1" x1="190" y1="250" x2="190" y2="290"/>
<line class="lt1" x1="190" y1="290" x2="250" y2="290"/>
<line class="lt1" x1="500" y1="225" x2="500" y2="325"/>
<line class="lt1" x1="500" y1="225" x2="360" y2="225"/>
<line class="lt1" x1="310" y1="0" x2="360" y2="225"/>
<line class="lt1" x1="290" y1="0" x2="290" y2="250"/>
<line class="lt1" x1="340" y1="325" x2="340" y2="250"/>
<line class="lt1" x1="170" y1="225" x2="170" y2="325"/>
<line class="lt3" x1="250" y1="350" x2="250" y2="-25"/>
<line class="lt3" x1="50" y1="350" x2="50" y2="200"/>
<line class="lt3" x1="450" y1="350" x2="450" y2="200"/>
<line class="lt4" x1="210" y1="0" x2="210" y2="250"/>
<line class="lt4" x1="160" y1="250" x2="190" y2="250"/>
<line class="lt4" x1="160" y1="325" x2="160" y2="250"/>
<line class="lt4" x1="25" y1="325" x2="25" y2="225"/>
<line class="lt4" x1="75" y1="325" x2="75" y2="225"/>
<line class="lt1" x1="425" y1="325" x2="425" y2="225"/>
<line class="lt1" x1="475" y1="325" x2="475" y2="225"/>
<path d="M475,225 L475,325 L500,325 L500,225 Z" fill="url(#hatch1_45)"/>
<path d="M290,0 L290,250 L340,250 L340,325 L425,325 L425,225 L360,225 L310,0 Z" fill="url(#hatch1_45)"/>
</svg>
<!-- Рисование вида - ViewParam -->
<svg id="View2" x="25" y="158" width="200" height="130" viewBox="-100 -250 800 520">
<title>Вид 2</title>
<circle class="lt1" cx="250" cy="0" r="40"/>
<circle class="lt1" cx="250" cy="0" r="60"/>
<circle class="lt1" cx="50" cy="0" r="25"/>
<circle class="lt1" cx="450" cy="0" r="25"/>
<line class="lt3" x1="50" y1="-30" x2="50" y2="30"/>
<line class="lt3" x1="450" y1="-30" x2="450" y2="30"/>
<line class="lt3" x1="250" y1="-150" x2="250" y2="200"/>
<line class="lt3" x1="170" y1="180" x2="330" y2="180"/>
<line class="lt3" x1="-25" y1="0" x2="525" y2="0"/>
<line class="lt1" x1="27.5" y1="44.6514" x2="170" y2="116.457"/>
<line class="lt1" x1="472.5" y1="44.6514" x2="330" y2="116.457"/>
<line class="lt1" x1="27.5" y1="-44.6514" x2="187" y2="-125.024"/>
<line class="lt1" x1="472.5" y1="-44.6514" x2="313" y2="-125.024"/>
<line class="lt1" x1="170" y1="180" x2="170" y2="116.457"/>
<line class="lt1" x1="170" y1="180" x2="330" y2="180"/>
<line class="lt1" x1="330" y1="180" x2="330" y2="116.457"/>
<line class="lt1" x1="190" y1="180" x2="190" y2="67.0820"/>
<line class="lt1" x1="310" y1="180" x2="310" y2="67.0820"/>
<path class="lt1" d="M187,-125.024 A140,140 0 0 1 313,-125.024"/>
<path class="lt1" d="M27.5,44.6514 A50,50 0 0 1 27.5,-44.6514"/>
<path class="lt1" d="M472.5,44.6514 A50,50 0 0 0 472.5,-44.6514"/>
<path class="lt1" d="M162.822,67.0820 A110,110 0 1 1 337.178,67.0820"/>
<path class="lt1" d="M180.459,57.1320 A90,90 0 0 0 319.54,57.1320"/>
<path class="lt2" d="M140,101.34 C144.696,86.7859 152.303,75.3664 162.822,67.0820
C167.996,63.0066 174.363,58.9944 180.459,57.1320
C194.3626,52.8843 213.0561,57.1320 225.5589,67.0820
C232.5067,72.6114 241.8569,77.1221 250,77.9937
C263.3438,79.4220 275.9399,63.2633 290.0,60
C299.5142,57.7918 310.4253,54.6301 319.5409,57.1320
C325.7604,58.8390 332.0035,63.0066 337.1780,67.0820
C347.6966,75.3664 353.3294,89.2060 360,101.3405"/>
<path d="M170,180 L170,116.4576 L140,101.3405
C144.696,86.7859 152.303,75.3664 162.822,67.0820
C167.996,63.0066 174.363,58.9944 180.459,57.1320
A90,90 0 0 0 190,67.0820
L190,180 Z" fill="url(#hatch1_45)"/>
<path d="M310,180 L310,67.0820 A90,90 0 0 0 319.54,57.1320
C325.7604,58.8390 332.0035,63.0066 337.1780,67.0820
C347.6966,75.3664 353.3294,89.2060 360,101.3405
L330,116.4576 L330,180 Z" fill="url(#hatch1_45)"/>
<g class="DimL">
<line class="lt2" x1="190" y1="180" x2="190" y2="230"/>
<line class="lt2" x1="310" y1="180" x2="310" y2="230"/>
<line id="dim1" class="lt2" x1="190" y1="230" x2="310" y2="230" marker-start="url(#DimPoint1)" marker-end="url(#DimPoint2)"/>
<text x="265" y="222" font-size="28" text-anchor="middle">120</text>
</g>
<g class="DimL">
<line class="lt2" x1="170" y1="180" x2="170" y2="265"/>
<line class="lt2" x1="330" y1="180" x2="330" y2="265"/>
<line id="dim1" class="lt2" x1="170" y1="265" x2="330" y2="265" marker-start="url(#DimPoint1)" marker-end="url(#DimPoint2)"/>
<text x="225" y="257" font-size="28" text-anchor="middle">160</text>
</g>
<g class="DimL">
<line class="lt2" x1="330" y1="180" x2="560" y2="180"/>
<line class="lt2" x1="250" y1="-140" x2="560" y2="-140"/>
<line id="dim1" class="lt2" x1="560" y1="180" x2="560" y2="-140" marker-start="url(#DimPoint1)" marker-end="url(#DimPoint2)"/>
<text x="552" y="20" font-size="28" text-anchor="middle" transform="rotate(-90, 552, 20)">320</text>
</g>
</svg>
<svg id="View3" x="250" y="45" width="125" height="100" viewBox="-50 -50 500 400">
<title>Вид 3</title>
<line class="lt1" x1="0" y1="325" x2="320" y2="325"/>
<line class="lt1" x1="0" y1="225" x2="30" y2="225"/>
<line class="lt1" x1="0" y1="225" x2="0" y2="325"/>
<line class="lt1" x1="320" y1="325" x2="320" y2="225"/>
<line class="lt1" x1="80" y1="0" x2="200" y2="0"/>
<line class="lt1" x1="100" y1="0" x2="100" y2="250"/>
<line class="lt1" x1="180" y1="0" x2="180" y2="250"/>
<line class="lt1" x1="30" y1="225" x2="80" y2="0"/>
<line class="lt1" x1="250" y1="225" x2="200" y2="0"/>
<line class="lt1" x1="320" y1="225" x2="250" y2="225"/>
<line class="lt1" x1="50" y1="250" x2="320" y2="250"/>
<line class="lt1" x1="50" y1="250" x2="50" y2="325"/>
<line class="lt1" x1="207.082" y1="290" x2="207.082" y2="250"/>
<line class="lt1" x1="207.082" y1="290" x2="320" y2="290"/>
<line class="lt1" x1="230" y1="290" x2="230" y2="325"/>
<line class="lt3" x1="140" y1="350" x2="140" y2="-25"/>
<path d="M230,290L230,325 320,325 320,290z" fill="url(#hatch1_45)"/>
<path d="M0,325L0,225 30,225 80,0 100,0 100,250 50,250 50,325z" fill="url(#hatch1_45)"/>
<path d="M180,250L180,0 200,0 250,225 320,225 320,250z" fill="url(#hatch1_45)"/>
<g class="DimL">
<line class="lt2" x1="320" y1="250" x2="370" y2="250"/>
<line class="lt2" x1="320" y1="290" x2="370" y2="290"/>
<line id="dim1" class="lt2" x1="370" y1="250" x2="370" y2="290" marker-start="url(#DimPoint2)" marker-end="url(#DimPoint1)"/>
<text x="362" y="270" font-size="28" text-anchor="middle" transform="rotate(-90, 362, 270)">40</text>
</g>
<g class="DimL">
<line class="lt2" x1="320" y1="250" x2="420" y2="250"/>
<line class="lt2" x1="320" y1="325" x2="420" y2="325"/>
<line id="dim1" class="lt2" x1="420" y1="250" x2="420" y2="325" marker-start="url(#DimPoint1)" marker-end="url(#DimPoint2)"/>
<text x="412" y="288" font-size="28" text-anchor="middle" transform="rotate(-90, 412, 288)">75</text>
</g>
</svg>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns="http://www.w3.org/2000/svg"
width="1000"
height="1000"
version="1.0">
<rect
width="2.9"
height="4.5"
x="225.871"
y="490.85"
rx="0.5"
ry="0.6"
style="fill:#c0c0c0"
transform="rotate(-129,227.321,493.1)"
id="rect4" />
<rect
width="2.9"
height="4.5"
x="225.661"
y="454.306"
rx="0.5"
ry="0.6"
style="fill:#c0c0c0"
transform="rotate(-115,227.111,456.556)"
id="rect6" />
<rect
x="401.321"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,402.821,447.424)"
id="rect8" />
<rect
x="404.983"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,406.483,447.424)"
id="rect10" />
<rect
x="408.647"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,410.147,447.424)"
id="rect12" />
<rect
x="412.31"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,413.81,447.424)"
id="rect14" />
<rect
x="415.974"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,417.474,447.424)"
id="rect16" />
<rect
x="419.637"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,421.137,447.424)"
id="rect18" />
<rect
x="423.301"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,424.801,447.424)"
id="rect20" />
<rect
x="426.964"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,428.464,447.424)"
id="rect22" />
<rect
x="430.628"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,432.128,447.424)"
id="rect24" />
<rect
x="434.292"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,435.792,447.424)"
id="rect26" />
<rect
x="437.955"
y="445.924"
width="3"
height="3"
rx="0.5"
ry="0.5"
style="fill:#c0c0c0"
transform="rotate(180,439.455,447.424)"
id="rect28" />
</svg>
<?xml version="1.0" encoding="utf-8"?>
<svg width="500" height="500" version="1.0" xmlns="http://www.w3.org/2000/svg">
<rect y="315.383" x="185.001" height="121.1" width="67.5" style="fill:#000000;stroke:#ff0000;stroke-width:0" />
<rect y="373.359" x="246.104" height="9.7" width="75.5" style="fill:#000000;stroke:#000000;stroke-width:1" />
<path d="M320.889275088075,376.149096156698A53.2052401377322,54.8814080302934,0,1,1,214.478791024123,376.149096156698A53.2052401377322,54.8814080302934,0,1,1,320.889275088075,376.149096156698z" style="fill:none;stroke:#000000;stroke-width:8" />
<rect y="310.85" x="252.653" height="20.8" width="17.5" style="fill:#ffffff;stroke-width:0.6" />
<rect y="415.775" x="252.466" height="20.8" width="17.5" style="fill:#ffffff;stroke-width:0.6" />
</svg>
\ No newline at end of file
This diff is collapsed.
<?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">
<!-- Creator: CorelDRAW -->
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="210mm" height="297mm" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
viewBox="0 0 210 297"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<font id="FontID0" font-variant="normal" style="fill-rule:nonzero" font-weight="400">
<font-face
font-family="Comic Sans MS">
</font-face>
<missing-glyph><path d="M0 0z"/></missing-glyph>
<glyph unicode="T" horiz-adv-x="679"><path d="M665.005 616.663c-23.9999,0 -61.1691,2.00787 -111.342,5.83462 -48.8266,3.67321 -85.8304,5.33856 -111.33,5.00785l-34.6652 0c1.00393,-44.9998 5.50392,-117.838 13.1692,-218.834 7.15745,-94.0036 10.8307,-167.173 10.8307,-219.176 0,-11.4921 1.16929,-28.6652 3.3307,-51.8266 2.33857,-23.0078 3.49605,-40.4998 3.49605,-52.1691 0,-22.1692 -3.6614,-41.1613 -10.8307,-57.1651 -8.99996,-21.496 -23.1613,-32.1731 -42.3305,-32.1731 -13.1692,0 -24.8385,4.49998 -35.1613,13.6771 -10.5,8.99996 -15.6732,20.8228 -15.6732,35.1613 0,4.83069 0.838579,12.1653 2.33857,21.8385 1.66535,9.82673 2.49212,17.1613 2.49212,21.992 0,16.0039 -0.992122,39.8384 -3.16534,71.8344 -2.16141,31.8306 -3.16534,56.0077 -3.16534,72.1651 0,46.6652 -3.6614,112.003 -11.1614,196.334 -7.84249,91.1689 -12.3425,156.673 -13.1692,196.334l-44.5038 -0.496061c-71.3265,0 -127.334,5.1614 -167.999,15.6614 -26.3267,6.83856 -39.4959,22.8424 -39.4959,48.3423 0,13.3228 4.16927,24.992 12.6614,35.1613 9.83854,11.3385 22.3346,16.4999 37.6652,15.496 11.3385,-0.496061 37.3345,-3.49605 77.9997,-8.65745 32.6692,-4.00392 59.0076,-5.83462 79.169,-5.83462 19.4999,0 49.1691,0.330707 88.8304,1.15748 39.6731,0.838579 69.3422,1.16929 88.8422,1.16929 25.1574,0 62.3265,-1.8307 111.661,-5.32675 49.3345,-3.50786 86.5036,-5.33856 111.507,-5.33856 13.996,0 25.8306,-4.83069 35.1613,-14.5039 9.49603,-9.49603 14.1614,-21.496 14.1614,-35.8227 0,-14.0078 -4.66534,-25.8424 -14.1614,-35.3384 -9.33067,-9.66138 -21.1653,-14.5039 -35.1613,-14.5039z"/></glyph>
<glyph unicode="e" horiz-adv-x="547"><path d="M295.83 -22.4999c-73.4997,0 -132.992,18.496 -178.665,55.1691 -49.8305,40.6652 -74.669,97.665 -74.669,170.999 0,84.6611 20.5039,155.503 61.4998,212.834 44.6691,62.4919 104.173,93.8264 178.676,93.8264 54.1651,0 98.161,-9.16532 132.33,-27.496 41.9998,-22.3346 62.9998,-56.8344 62.9998,-103.5 0,-32.5038 -18.3306,-62.1612 -55.1691,-88.8304 -16.3346,-11.6692 -50.8344,-29.9999 -103.5,-54.673l-186.495 -88.3343c18.1653,-26.9999 40.8305,-47.3266 68.1611,-60.9919 27.1652,-13.6653 58.8305,-20.5039 94.8303,-20.5039 22.4999,0 48.8384,4.16927 79.169,12.6614 38.3384,10.6771 63.1651,24.8385 74.1729,42.177 11.1614,17.4921 22.996,26.1613 35.6573,26.1613 11.5039,0 21.6731,-4.33463 30.5078,-13.0039 8.99996,-8.65745 13.4999,-18.6613 13.4999,-29.9999 0,-36.1652 -29.1731,-67.1572 -87.5075,-93.3303 -49.6652,-22.0039 -98.161,-33.1652 -145.499,-33.1652zm-13.1574 444.837c-39.6731,0 -72.6729,-15.3425 -98.9996,-46.1691 -26.5038,-30.6731 -46.1691,-76.9958 -59.173,-138.838l149.834 71.3383c58.9958,28.4999 100.996,53.5037 126,74.669 -28.0038,25.996 -67.169,38.9998 -117.661,38.9998z"/></glyph>
<glyph unicode="t" horiz-adv-x="471"><path d="M394.498 415.994c-6.82674,0 -14.8346,0.342518 -24.1653,1.00393 -9.16532,0.673226 -17.3385,1.00393 -24.1653,1.00393 -7.49997,0 -29.6692,-2.50393 -66.3304,-7.33462l9.16532 -288.672 0.496061 -21.3306 0.496061 -25.0038c1.33464,-71.3265 -15.6614,-106.83 -51.1652,-106.83 -12.9921,0 -24.3306,4.16927 -33.992,12.6732 -9.67319,8.32674 -14.3385,18.9921 -14.3385,31.6652 0,12.3307 0.496061,30.992 1.33464,55.6651 1.00393,24.8267 1.49999,43.3345 1.49999,55.6651l-9.66138 285.164c-23.8346,1.00393 -60.0116,3.67321 -108.507,8.33855 -28.9959,3.82676 -43.4998,19.996 -43.4998,48.3305 0,14.3385 4.49998,26.1613 13.3346,35.6692 8.66926,9.33067 19.996,14.1614 33.6613,14.1614l102.507 -8.32674c0,16.4999 -0.673226,38.8345 -2.17322,66.6612 -1.49999,27.8385 -2.16141,47.8345 -2.16141,60.3305 0,13.6771 4.66534,24.8385 14.1614,33.8384 9.34248,8.99996 20.8346,13.4999 34.677,13.4999 29.1613,0 46.3227,-23.9999 51.1652,-71.8344 0.992122,-12 1.49999,-26.5038 1.49999,-43.4998l-1.00393 -28.3345 -0.496061 -30.1652c40.3345,5.17321 63.4958,7.83068 69.3304,7.83068 33.8266,0 55.9958,-1.66535 66.4958,-4.99604 19.8306,-6.49604 29.6692,-21.6731 29.6692,-45.8384 0,-14.3267 -4.49998,-26.1613 -13.3346,-35.3266 -8.99996,-9.33067 -20.5039,-14.0078 -34.4999,-14.0078z"/></glyph>
<glyph unicode="s" horiz-adv-x="486"><path d="M397.498 376.002c-17.9999,0 -30.4959,5.99998 -37.6652,17.9999 -4.83069,8.49209 -9.16532,26.1613 -12.6614,52.8305 -24.3424,-6.16533 -62.0076,-17.6692 -112.842,-34.1692 -52.3344,-20.8346 -78.6611,-46.6652 -78.9918,-77.1611 9.66138,-3.67321 19.3346,-6.16533 28.8306,-7.83068 74.8344,-13.3346 130.499,-31.8424 166.83,-55.1691 53.173,-34.1692 79.665,-83.669 79.665,-148.499 0,-53.0077 -22.996,-92.9996 -68.8344,-120.165 -38.1613,-22.0039 -86.3264,-33.177 -144.495,-33.177 -42.6612,0 -83.3383,7.16926 -122.173,21.5078 -49.9959,18.3306 -75.1651,43.6652 -75.1651,76.169 0,12.9921 5.17321,24.496 15.3425,34.1573 10.3228,9.83854 21.992,14.6692 34.9959,14.6692 10.0039,0 23.1613,-7.83068 38.9998,-23.3267 7.83068,-7.49997 25.4999,-13.8425 52.8305,-18.6732 21.8385,-3.82676 40.1691,-5.83462 55.1691,-5.83462 27.3306,0 51.3305,3.3307 72.1651,9.83854 30.3306,9.33067 45.4959,24.3306 45.4959,44.8345 0,44.3266 -30.992,74.1611 -92.8225,89.8343l-50.8344 11.3267c-43.1691,9.33067 -74.0076,20.5039 -92.1729,33.1652 -26.3267,18.1653 -39.6613,45.673 -39.6613,82.4997 0,68.0076 32.1613,116.503 96.3303,145.499 19.4999,8.83461 50.6691,19.3346 93.661,31.4999 43.0038,12.1771 73.6769,22.4999 92.3382,31.0038 13.3346,5.83462 27.8385,8.83461 43.4998,8.83461 13.996,0 25.3345,-4.66534 34.3345,-13.6653 8.99996,-9.16532 13.4999,-20.9999 13.4999,-35.6692 0,-9.49603 1.99606,-23.3385 5.99998,-41.5038 4.16927,-18.3306 6.16533,-32.1613 6.16533,-41.492 0,-14.6692 -4.49998,-26.5038 -13.4999,-35.6692 -8.83461,-9.16532 -20.3385,-13.6653 -34.3345,-13.6653z"/></glyph>
</font>
<style type="text/css">
<![CDATA[
@font-face { font-family:"Comic Sans MS";src:url("#FontID0") format(svg)}
.str0 {stroke:#2B2A29;stroke-width:0.0762}
.fil1 {fill:#1F1A17}
.fil0 {fill:url(#id1)}
.fnt0 {font-weight:normal;font-size:8.4667;font-family:'Comic Sans MS'}
]]>
</style>
<clipPath id="id0">
<rect x="78.3198" y="175.32" width="43.3604" height="43.3604"/>
</clipPath>
<linearGradient id="id1" gradientUnits="userSpaceOnUse" x1="20" y1="247" x2="80" y2="247">
<stop offset="0" style="stop-color:#FFED00"/>
<stop offset="0.290196" style="stop-color:#4E565A"/>
<stop offset="0.639216" style="stop-color:#66C3D0"/>
<stop offset="1" style="stop-color:#66C3D0"/>
</linearGradient>
</defs>
<g id="Слой_x0020_1">
<metadata id="CorelCorpID_0Corel-Layer"/>
<ellipse class="fil0 str0" cx="50" cy="247" rx="30" ry="20"/>
<g style="clip-path:url(#id0)">
<image transform="matrix(1 0 0 1 -26.6802 70.1802)" x="105" y="105.14" width="43.3604" height="43.3604" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAIAAAE7W8YKAAAACXBIWXMA
AAuIAAALiAHljilJAAACFUlEQVR4nO3cUW6qABRFUUw61jenjrYv/QQasLk1W3GtP2r1ejiiIujH
sve1XrqtFj9+uMKhi1zha/On7fK/1Wp6zgy/vMI24rdVytvn6l+eMcP4CruVYHvYbw8/PFLeYXu4
bZffYHvY++lpYnX5djX9dsCMAfcMOCnxrOPt9r4f8FgGPMGA8wfJ7hlze/Hn0W1cYBVdfsDsxeCO
AWMGGGBA/65i+JZiucgqMsAAA86eDEbvG5dLrCIDDHiDAXfsRJ7cwNkexrGHr6FHE6AmQE2AmgC1
8w/1j41fiM934I9doYHXJkBNgJoANQFq9xzZPTbbJ7/jA75jr99AfQemBKgJUBOgJkAtPj4wPDiw
aKAnQE2AmgA1AWoC1ASoCVAToCZArT7VYHaewXKNBl6bADUBagLUBKgJUBOgJkBNgJoAtdcP0J61
ODxlcblCA/UdmBKgJkBNgJoANQFqAtQEqAlQE6BWB/iDX0WYzR9/gWGoLuDtKSCmgJgCYgqIKSCm
gJgCYgqIKSCmgJgCYgqIKSCmgJgCYgqIKSCmgJgCYtPv/w/Vx+T/4AcIhmwBMQXEFBBTQEwBMQXE
FBBTQEwBMQXEFBBTQEwBMQXEFBBTQEwBMQXEFBBTQGz+83dD8THx+e/vDdkCYgqIKSCmgJgCYgqI
KSCmgJgCYgqIKSCmgJgCYgqIKSCmgJgCYgqIKSCmgJgCYv8BAqc0rFUgYzIAAAAASUVORK5CYII=
"/>
</g>
<text x="83.842" y="150.068" class="fil1 fnt0">Test</text>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="699"
height="200"
version="1.1"
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="wide.svg">
<metadata
id="metadata19">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="640"
inkscape:window-height="480"
id="namedview17"
showgrid="false"
inkscape:zoom="1.6213333"
inkscape:cx="231.15924"
inkscape:cy="1"
inkscape:current-layer="svg2" />
<defs
id="defs4">
<linearGradient
id="gradient1">
<stop
offset="0"
stop-color="#000"
stop-opacity="0"
id="stop7" />
<stop
offset="0.15"
stop-color="#000"
stop-opacity="0.3"
id="stop9" />
<stop
offset="0.85"
stop-color="#000"
stop-opacity="0.3"
id="stop11" />
<stop
offset="1"
stop-color="#000"
stop-opacity="0"
id="stop13" />
</linearGradient>
</defs>
<rect
fill="url(#gradient1)"
width="699"
height="200"
x="0"
y="0"
id="rect15" />
</svg>
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20cm" height="20cm" version="1.1" preserveAspectRatio="xMidYMid meet" viewBox="0 -20 50 50">
<rect x="10" y="10" width="10" height="10" fill="Red" />
<text x="10" y="10" font-size="8" text-anchor="middle" alignment-baseline="central">X</text>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by Microsoft Visio, SVG Export Network 3d mainframe.svg Page-1 -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/" width="1.02083in" height="1.82153in"
viewBox="0 0 73.5 131.15" xml:space="preserve" color-interpolation-filters="sRGB" class="st9">
<v:documentProperties v:langID="1033" v:viewMarkup="false"/>
<style type="text/css">
<![CDATA[
.st1 {fill:#ff00ff;fill-opacity:0;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0;stroke-width:0.72}
.st2 {fill:url(#grad11-7);stroke:#a78450;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st3 {fill:url(#grad12-13);stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st4 {fill:url(#grad0-22);stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st5 {stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st6 {stroke:#a78450;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st7 {fill:url(#grad3-58);stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.12}
.st8 {fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}
.st9 {fill:none;fill-rule:evenodd;font-size:12px;overflow:visible;stroke-linecap:square;stroke-miterlimit:3}
]]>
</style>
<defs id="Patterns_And_Gradients">
<pattern id="grad11-7" x="0" y="0" width="1" height="1" patternContentUnits="objectBoundingBox">
<path d="M 0 1 L 0 0 L 1 0 z" style="fill:url(#grad0-8)"/>
<path d="M 0 1 L 1 1 L 1 0 z" style="fill:url(#grad0-9)"/>
</pattern>
<linearGradient id="grad0-8" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(180 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#c9ba96" stop-opacity="1"/>
</linearGradient>
<linearGradient id="grad0-9" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(90 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#c9ba96" stop-opacity="1"/>
</linearGradient>
<pattern id="grad12-13" x="0" y="0" width="1" height="1" patternContentUnits="objectBoundingBox">
<path d="M 0 0 L 0 1 L 1 1 z" style="fill:url(#grad0-14)"/>
<path d="M 0 0 L 1 0 L 1 1 z" style="fill:url(#grad0-15)"/>
</pattern>
<linearGradient id="grad0-14" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(90 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#b6a06d" stop-opacity="1"/>
</linearGradient>
<linearGradient id="grad0-15" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(360 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#b6a06d" stop-opacity="1"/>
</linearGradient>
<linearGradient id="grad0-22" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(270 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#e1d8c1" stop-opacity="1"/>
</linearGradient>
<radialGradient id="grad3-58" cx="0.5" cy="0.5" r="0.73">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#008000" stop-opacity="1"/>
</radialGradient>
</defs>
<g v:mID="0" v:index="1" v:groupContext="foregroundPage">
<title>Page-1</title>
<v:pageProperties v:drawingScale="1" v:pageScale="1" v:drawingUnits="19" v:shadowOffsetX="9" v:shadowOffsetY="-9"/>
<g id="group16-1" transform="translate(0.75,-22.4)" v:mID="16" v:groupContext="group">
<v:custProps>
<v:cp v:nameU="ShapeClass" v:lbl="ShapeClass" v:type="0" v:invis="true" v:ask="false" v:langID="1033"
v:val="VT4(Equipment)"/>
<v:cp v:nameU="ShapeType" v:lbl="ShapeType" v:type="0" v:invis="true" v:ask="false" v:langID="1033"
v:val="VT4(Computer)"/>
<v:cp v:nameU="SubShapeType" v:lbl="SubShapeType" v:type="0" v:invis="true" v:ask="false" v:langID="1033"
v:val="VT4(Mainframe)"/>
<v:cp v:nameU="Manufacturer" v:lbl="Manufacturer" v:type="0" v:sortKey="Equipment" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="ProductNumber" v:lbl="Product Number" v:type="0" v:sortKey="Equipment" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="PartNumber" v:lbl="Part Number" v:type="0" v:sortKey="Equipment" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="ProductDescription" v:lbl="Product Description" v:type="0" v:sortKey="Equipment" v:invis="false"
v:ask="false" v:langID="1033"/>
<v:cp v:nameU="AssetNumber" v:lbl="Asset Number" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="SerialNumber" v:lbl="Serial Number" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="Location" v:lbl="Location" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="Building" v:lbl="Building" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="Room" v:lbl="Room" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false" v:langID="1033"/>
<v:cp v:nameU="NetworkName" v:lbl="Network Name" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="IPAddress" v:lbl="IP Address" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="SubnetMask" v:lbl="Subnet Mask" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="AdminInterface" v:lbl="Administrative Interface" v:type="0" v:sortKey="Network" v:invis="false"
v:ask="false" v:langID="1033"/>
<v:cp v:nameU="NumberofPorts" v:lbl="Number of Ports" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="MACAddress" v:lbl="MAC Address" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="CommunityString" v:lbl="Community String" v:type="0" v:sortKey="Network" v:invis="false"
v:ask="false" v:langID="1033"/>
<v:cp v:nameU="NetworkDescription" v:lbl="Network Description" v:type="0" v:sortKey="Network" v:invis="false"
v:ask="false" v:langID="1033"/>
</v:custProps>
<v:userDefs>
<v:ud v:nameU="HasText" v:val="VT0(0):5"/>
<v:ud v:nameU="ShapeClass" v:val="VT0(5):26"/>
<v:ud v:nameU="ShapeType" v:val="VT0(6):26"/>
<v:ud v:nameU="SubShapeType" v:val="VT0(41):26"/>
<v:ud v:nameU="SolSH" v:val="VT15({BF0433D9-CD73-4EB5-8390-8653BE590246}):41"/>
<v:ud v:nameU="visLegendShape" v:val="VT0(2):26"/>
<v:ud v:nameU="visVersion" v:prompt="" v:val="VT0(15):26"/>
</v:userDefs>
<title>Mainframe</title>
<g id="shape17-2" v:mID="17" v:groupContext="shape">
<title>Sheet.17</title>
<path d="M13.68 115.31 A558.661 535.027 -167.44 0 0 17.64 114.23 L19.44 115.31 L19.44 118.55 A449.227 430.222 -177.1
0 0 41.4 131.15 L72 113.15 L72 46.91 L30.6 23.15 L0 41.15 L0 107.39 A472.718 452.719 -0.26 0 0 13.68
115.31 Z" class="st1"/>
</g>
<g id="shape18-4" v:mID="18" v:groupContext="shape" transform="translate(17.64,-15.84)">
<title>Sheet.18</title>
<path d="M0 130.07 L1.8 131.15 L1.8 68.15 L5.58 65.99 L0 62.75 L0 130.07 Z" class="st2"/>
</g>
<g id="shape19-10" v:mID="19" v:groupContext="shape" transform="translate(13.68,-15.84)">
<title>Sheet.19</title>
<path d="M0 131.15 L3.96 130.07 L3.96 62.75 L0 64.91 L0 131.15 Z" class="st3"/>
</g>
<g id="shape20-16" v:mID="20" v:groupContext="shape" transform="translate(41.4,0)">
<title>Sheet.20</title>
<path d="M0 131.15 L30.6 113.15 L30.6 46.91 L0 64.91 L0 131.15 Z" class="st3"/>
</g>
<g id="shape21-19" v:mID="21" v:groupContext="shape" transform="translate(0,-66.24)">
<title>Sheet.21</title>
<path d="M0 107.39 L13.68 115.31 L17.64 113.15 L23.22 116.39 L19.44 118.55 L41.4 131.15 L72 113.15 L30.6 89.39 L0
107.39 Z" class="st4"/>
</g>
<g id="shape22-23" v:mID="22" v:groupContext="shape" transform="translate(0,-15.84)">
<title>Sheet.22</title>
<path d="M0 123.23 L13.68 131.15 L13.68 64.91 L0 56.99 L0 123.23 Z" class="st2"/>
</g>
<g id="shape23-26" v:mID="23" v:groupContext="shape" transform="translate(19.44,0)">
<title>Sheet.23</title>
<path d="M0 118.55 L21.96 131.15 L21.96 64.91 L0 52.31 L0 118.55 Z" class="st2"/>
</g>
<g id="shape24-29" v:mID="24" v:groupContext="shape" transform="translate(39.78,206.86) rotate(180)">
<title>Sheet.24</title>
<path d="M17.64 131.15 L0 120.71 L0 113.15" class="st5"/>
</g>
<g id="shape25-33" v:mID="25" v:groupContext="shape" transform="translate(3.24,-9.72)">
<title>Sheet.25</title>
<path d="M0 72.11 L7.92 76.79" class="st6"/>
<path d="M0 69.59 L7.92 74.27" class="st6"/>
<path d="M0 67.07 L7.92 71.61" class="st6"/>
<path d="M0 64.55 L7.92 69.09" class="st6"/>
<path d="M0 62.03 L7.92 66.57" class="st6"/>
<path d="M0 59.51 L7.92 64.05" class="st6"/>
<path d="M0 56.99 L7.92 61.67" class="st6"/>
<path d="M18.36 82.55 L35.64 92.63" class="st6"/>
<path d="M18.36 80.03 L35.64 90.11" class="st6"/>
<path d="M18.36 77.51 L35.64 87.59" class="st6"/>
<path d="M18.36 74.99 L35.64 85.07" class="st6"/>
<path d="M18.36 72.47 L35.64 82.55" class="st6"/>
<path d="M18.36 69.95 L35.64 80.03" class="st6"/>
<path d="M18.36 67.43 L35.64 77.51" class="st6"/>
<path d="M18.36 121.07 L35.64 131.15" class="st6"/>
<path d="M18.36 118.55 L35.64 128.63" class="st6"/>
</g>
<g id="shape26-52" v:mID="26" v:groupContext="shape" transform="translate(21.6,-37.44)">
<title>Sheet.26</title>
<path d="M0 121.07 L17.28 131.15 L17.28 123.95 L0 113.87 L0 121.07 Z" class="st2"/>
</g>
<g id="shape27-55" v:mID="27" v:groupContext="shape" transform="translate(-40.822,-29.782) rotate(-30)">
<title>Sheet.27</title>
<ellipse cx="0.93105" cy="129.708" rx="0.93105" ry="1.4421" class="st7"/>
</g>
<g id="shape28-59" v:mID="28" v:groupContext="shape" transform="translate(-35.7786,-26.8676) rotate(-30)">
<title>Sheet.28</title>
<ellipse cx="0.93105" cy="129.708" rx="0.93105" ry="1.4421" class="st7"/>
</g>
<g id="shape29-62" v:mID="29" v:groupContext="shape">
<title>Sheet.29</title>
<path d="M72 46.91 L30.6 23.15 L0 41.15 L0 107.39 A472.718 452.719 -0.26 0 0 13.68 115.31 A558.661 535.027 -167.44
0 0 17.64 114.23 L19.44 115.31 L19.44 118.55 A449.227 430.222 -177.1 0 0 41.4 131.15 L72 113.15 L72
46.91 Z" class="st8"/>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by Microsoft Visio, SVG Export Plotter.svg Page-1 -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/" width="1.02083in" height="1.46042in"
viewBox="0 0 73.5 105.15" xml:space="preserve" color-interpolation-filters="sRGB" class="st10">
<v:documentProperties v:langID="1033" v:viewMarkup="false"/>
<style type="text/css">
<![CDATA[
.st1 {fill:#ff00ff;fill-opacity:0}
.st2 {stroke:#373773;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0;stroke-width:0.72}
.st3 {fill:url(#grad0-8);stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st4 {fill:url(#grad12-15);stroke:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st5 {fill:url(#grad11-21);stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st6 {fill:#ffffff;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st7 {fill:url(#grad3-50);stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st8 {fill:#666666;fill-opacity:0.45;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.72}
.st9 {stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}
.st10 {fill:none;fill-rule:evenodd;font-size:12px;overflow:visible;stroke-linecap:square;stroke-miterlimit:3}
]]>
</style>
<defs id="Patterns_And_Gradients">
<linearGradient id="grad0-8" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(270 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#dddddd" stop-opacity="1"/>
</linearGradient>
<pattern id="grad12-15" x="0" y="0" width="1" height="1" patternContentUnits="objectBoundingBox">
<path d="M 0 0 L 0 1 L 1 1 z" style="fill:url(#grad0-16)"/>
<path d="M 0 0 L 1 0 L 1 1 z" style="fill:url(#grad0-17)"/>
</pattern>
<linearGradient id="grad0-16" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(90 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#969696" stop-opacity="1"/>
</linearGradient>
<linearGradient id="grad0-17" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(360 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#969696" stop-opacity="1"/>
</linearGradient>
<pattern id="grad11-21" x="0" y="0" width="1" height="1" patternContentUnits="objectBoundingBox">
<path d="M 0 1 L 0 0 L 1 0 z" style="fill:url(#grad0-22)"/>
<path d="M 0 1 L 1 1 L 1 0 z" style="fill:url(#grad0-23)"/>
</pattern>
<linearGradient id="grad0-22" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(180 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#c0c0c0" stop-opacity="1"/>
</linearGradient>
<linearGradient id="grad0-23" x1="0" y1="0" x2="1" y2="0" gradientTransform="rotate(90 0.5 0.5)">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#c0c0c0" stop-opacity="1"/>
</linearGradient>
<radialGradient id="grad3-50" cx="0.5" cy="0.5" r="0.73">
<stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="1" stop-color="#808080" stop-opacity="1"/>
</radialGradient>
</defs>
<g v:mID="0" v:index="1" v:groupContext="foregroundPage">
<title>Page-1</title>
<v:pageProperties v:drawingScale="1" v:pageScale="1" v:drawingUnits="19" v:shadowOffsetX="9" v:shadowOffsetY="-9"/>
<g id="group30-1" transform="translate(0.75,-14.4)" v:mID="30" v:groupContext="group">
<v:custProps>
<v:cp v:nameU="ShapeClass" v:lbl="ShapeClass" v:type="0" v:invis="true" v:ask="false" v:langID="1033"
v:val="VT4(Equipment)"/>
<v:cp v:nameU="ShapeType" v:lbl="ShapeType" v:type="0" v:invis="true" v:ask="false" v:langID="1033"
v:val="VT4(OutputDevice)"/>
<v:cp v:nameU="SubShapeType" v:lbl="SubShapeType" v:type="0" v:invis="true" v:ask="false" v:langID="1033"
v:val="VT4(Plotter)"/>
<v:cp v:nameU="Manufacturer" v:lbl="Manufacturer" v:type="0" v:sortKey="Equipment" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="ProductNumber" v:lbl="Product Number" v:type="0" v:sortKey="Equipment" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="PartNumber" v:lbl="Part Number" v:type="0" v:sortKey="Equipment" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="ProductDescription" v:lbl="Product Description" v:type="0" v:sortKey="Equipment" v:invis="false"
v:ask="false" v:langID="1033"/>
<v:cp v:nameU="AssetNumber" v:lbl="Asset Number" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="SerialNumber" v:lbl="Serial Number" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="Location" v:lbl="Location" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="Building" v:lbl="Building" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="Room" v:lbl="Room" v:type="0" v:sortKey="Asset" v:invis="false" v:ask="false" v:langID="1033"/>
<v:cp v:nameU="NetworkName" v:lbl="Network Name" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="IPAddress" v:lbl="IP Address" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="SubnetMask" v:lbl="Subnet Mask" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="AdminInterface" v:lbl="Administrative Interface" v:type="0" v:sortKey="Network" v:invis="false"
v:ask="false" v:langID="1033"/>
<v:cp v:nameU="NumberofPorts" v:lbl="Number of Ports" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="MACAddress" v:lbl="MAC Address" v:type="0" v:sortKey="Network" v:invis="false" v:ask="false"
v:langID="1033"/>
<v:cp v:nameU="CommunityString" v:lbl="Community String" v:type="0" v:sortKey="Network" v:invis="false"
v:ask="false" v:langID="1033"/>
<v:cp v:nameU="NetworkDescription" v:lbl="Network Description" v:type="0" v:sortKey="Network" v:invis="false"
v:ask="false" v:langID="1033"/>
</v:custProps>
<v:userDefs>
<v:ud v:nameU="HasText" v:val="VT0(0):5"/>
<v:ud v:nameU="ShapeClass" v:val="VT0(5):26"/>
<v:ud v:nameU="ShapeType" v:val="VT0(16):26"/>
<v:ud v:nameU="SubShapeType" v:val="VT0(51):26"/>
<v:ud v:nameU="SolSH" v:val="VT15({BF0433D9-CD73-4EB5-8390-8653BE590246}):41"/>
<v:ud v:nameU="visLegendShape" v:val="VT0(2):26"/>
<v:ud v:nameU="visVersion" v:prompt="" v:val="VT0(15):26"/>
</v:userDefs>
<title>Plotter</title>
<g id="shape31-2" v:mID="31" v:groupContext="shape">
<title>Sheet.31</title>
<path d="M3.46 76.05 L11.51 71.23 L12.39 70.7 A4.40765 3.99574 89.45 0 1 11.52 71.25 L36.86 86.55 A3.79824 3.45075
-97.18 0 0 38.3 83.25 L38.3 67.05 A10.112 9.16706 89.28 0 1 38.51 65.07 L40.32 66.15 L40.32 74.85 L51.84
81.75 L54.14 80.38 L54.14 96.45 L54.26 96.52 L48.38 100.05 L48.38 103.05 L51.84 105.15 L66.82 96.15
L66.82 93.15 L61.92 96.15 L66.82 93.15 L63.36 91.05 L61.92 91.92 L61.92 75.75 L57.6 78.45 L57.48 78.39
L61.92 75.75 L72 69.75 L72 46.35 L60.48 39.21 L51.26 44.84 L27.07 30.29 L27.07 19.35 L20.16 15.15 L0
27.15 L0 50.55 L6.91 54.75 L6.91 66.75 L0 70.95 L0 73.95 L3.46 76.05 ZM10.51 52.71 L10.51 52.61 L14.1
50.47 L10.49 52.72 L10.51 52.71 Z" class="st1"/>
<path d="M3.46 76.05 L11.51 71.23 L12.39 70.7 A4.40765 3.99574 89.45 0 1 11.52 71.25 L36.86 86.55 A3.79824 3.45075
-97.18 0 0 38.3 83.25 L38.3 67.05 A10.112 9.16706 89.28 0 1 38.51 65.07 L40.32 66.15 L40.32 74.85 L51.84
81.75 L54.14 80.38 L54.14 96.45 L54.26 96.52 L48.38 100.05 L48.38 103.05 L51.84 105.15 L66.82 96.15
L66.82 93.15 L61.92 96.15 L66.82 93.15 L63.36 91.05 L61.92 91.92 L61.92 75.75 L57.6 78.45 L57.48 78.39
L61.92 75.75 L72 69.75 L72 46.35 L60.48 39.21 L51.26 44.84 L27.07 30.29 L27.07 19.35 L20.16 15.15 L0
27.15 L0 50.55 L6.91 54.75 L6.91 66.75 L0 70.95 L0 73.95 L3.46 76.05M10.51 52.71 L10.51 52.61 L14.1
50.47 L10.49 52.72" class="st2"/>
</g>
<g id="shape32-5" v:mID="32" v:groupContext="shape" transform="translate(0,-73.8)">
<title>Sheet.32</title>
<path d="M6.91 105.15 L27.07 93.15 L20.16 88.95 L0 100.95 L6.91 105.15 Z" class="st3"/>
</g>
<g id="shape33-9" v:mID="33" v:groupContext="shape" transform="translate(0,-32.1)">
<title>Sheet.33</title>
<v:textBlock v:margins="rect(0,0,0,0)"/>
<path d="M0 103.05 L3.46 105.15 L10.37 100.95 L6.91 98.85 L0 103.05 Z" class="st3"/>
</g>
<g id="shape34-12" v:mID="34" v:groupContext="shape" transform="translate(3.456,-29.1)">
<title>Sheet.34</title>
<path d="M6.91 97.95 L0 102.15 L0 105.15 L11.52 98.25 L11.52 79.05 L7.04 81.82 L6.91 97.95 Z" class="st4"/>
</g>
<g id="shape35-18" v:mID="35" v:groupContext="shape" transform="translate(6.912,-36.3)">
<title>Sheet.35</title>
<path d="M0 103.05 L3.46 105.15 L3.6 88.8 L0 91.05 L0 103.05 Z" class="st5"/>
</g>
<g id="shape36-24" v:mID="36" v:groupContext="shape" transform="translate(6.912,-50.4)">
<title>Sheet.36</title>
<path d="M0 105.15 L20.16 93.15 L20.16 69.75 L0 81.75 L0 105.15 Z" class="st4"/>
</g>
<g id="shape37-27" v:mID="37" v:groupContext="shape" transform="translate(15.84,-55.2)">
<title>Sheet.37</title>
<path d="M0 86.85 L30.24 105.15 L35.42 100.05 L6.77 82.8 L0 86.85 Z" class="st3"/>
</g>
<g id="shape38-30" v:mID="38" v:groupContext="shape" transform="translate(14.688,-52.2)">
<title>Sheet.38</title>
<path d="M0 86.55 L30.82 105.15 L31.39 102.15 L1.15 83.85 L0 86.55 Z" class="st5"/>
</g>
<g id="shape39-33" v:mID="39" v:groupContext="shape" transform="translate(46.7248,-50.6411)">
<title>Sheet.39</title>
<path d="M0 98.25 L11.52 105.15 L25.28 96.99 L13.76 89.85 L0 98.25 Z" class="st3"/>
</g>
<g id="shape40-36" v:mID="40" v:groupContext="shape" transform="translate(48.384,-3)">
<title>Sheet.40</title>
<v:textBlock v:margins="rect(0,0,0,0)"/>
<path d="M0 103.05 L3.46 105.15 L18.43 96.15 L14.98 94.05 L0 103.05 Z" class="st3"/>
</g>
<g id="shape41-39" v:mID="41" v:groupContext="shape" transform="translate(0,-50.4)">
<title>Sheet.41</title>
<path d="M0 100.95 L6.91 105.15 L6.91 81.75 L0 77.55 L0 100.95 Z" class="st5"/>
</g>
<g id="shape42-42" v:mID="42" v:groupContext="shape" transform="translate(11.232,-39)">
<title>Sheet.42</title>
<path d="M0 87.75 L29.09 105.15 L30.24 99.45 L0 81.15 L0 87.75 Z" class="st5"/>
</g>
<g id="shape43-45" v:mID="43" v:groupContext="shape" transform="translate(11.52,-18.6)">
<title>Sheet.43</title>
<path d="M2.45 85.65 A4.40765 3.99574 89.45 0 1 -0 89.85 L25.34 105.15 A3.79824 3.45075 -97.18 0 0 26.78 101.85 L26.78
85.65 A10.112 9.16706 89.28 0 1 29.38 78.75 L4.61 63.75 A8.54775 7.74922 -91.07 0 0 2.59 69.75 L2.45
85.65 Z" class="st6"/>
</g>
<g id="shape44-47" v:mID="44" v:groupContext="shape" transform="translate(11.232,-44.7)">
<title>Sheet.44</title>
<path d="M0 86.85 L30.24 105.15 L34.27 97.65 L3.46 79.05 L0 86.85 Z" class="st7"/>
</g>
<g id="shape45-51" v:mID="45" v:groupContext="shape" transform="translate(51.84,4.54747E-13)">
<title>Sheet.45</title>
<path d="M5.76 98.55 L0 102.15 L0 105.15 L14.98 96.15 L14.98 93.15 L10.08 96.15 L10.08 75.75 L5.76 78.45 L5.76 98.55
Z" class="st4"/>
</g>
<g id="shape46-54" v:mID="46" v:groupContext="shape" transform="translate(48.384,5.68434E-14)">
<title>Sheet.46</title>
<path d="M0 103.05 L3.46 105.15 L3.46 102.15 L0 100.05 L0 103.05 Z" class="st5"/>
</g>
<g id="shape47-57" v:mID="47" v:groupContext="shape" transform="translate(54.144,-6.6)">
<title>Sheet.47</title>
<path d="M0 103.05 L3.46 105.15 L3.46 85.05 L0 83.25 L0 103.05 Z" class="st5"/>
</g>
<g id="shape48-60" v:mID="48" v:groupContext="shape" transform="translate(51.84,-23.4)">
<title>Sheet.48</title>
<path d="M0 105.15 L20.16 93.15 L20.16 69.75 L6.4 77.91 L0 92.55 L0 105.15 Z" class="st4"/>
</g>
<g id="shape49-63" v:mID="49" v:groupContext="shape" transform="translate(40.32,-36)">
<title>Sheet.49</title>
<path d="M0 98.25 L11.52 105.15 L17.92 90.51 L6.4 83.61 L0 98.25 Z" class="st5"/>
</g>
<g id="shape50-66" v:mID="50" v:groupContext="shape" transform="translate(43.776,-40.5)">
<title>Sheet.50</title>
<path d="M0 100.65 L7.49 105.15 L10.94 97.05 L3.64 92.54 L0 100.65 Z" class="st8"/>
</g>
<g id="shape51-68" v:mID="51" v:groupContext="shape" transform="translate(40.32,-23.4)">
<title>Sheet.51</title>
<path d="M0 98.25 L11.52 105.15 L11.52 92.55 L0 85.65 L0 98.25 Z" class="st5"/>
</g>
<g id="shape52-71" v:mID="52" v:groupContext="shape" transform="translate(0,-29.1)">
<title>Sheet.52</title>
<path d="M0 103.05 L3.46 105.15 L3.46 102.15 L0 100.05 L0 103.05 Z" class="st5"/>
</g>
<g id="shape53-74" v:mID="53" v:groupContext="shape">
<title>Sheet.53</title>
<path d="M0 27.15 L0 50.55 L6.91 54.75 L6.91 66.75 L0 70.95 L0 73.95 L3.46 76.05 L11.52 71.25 L36.86 86.55 A4.09889
3.72739 -98.6 0 0 38.3 83.25 L38.3 67.05 L38.59 64.8 L40.32 66.15 L40.32 74.85 L51.84 81.75 L54.14 80.55
L54.14 96.45 L48.38 100.05 L48.38 103.05 L51.84 105.15 L66.82 96.15 L66.82 93.15 L63.36 91.05 L61.92
91.95 L61.92 75.75 L72 69.75 L72 46.35 L60.48 39.21 L51.26 44.85 L27.07 30.29 L27.07 19.35 L20.16 15.15
L0 27.15" class="st9"/>
</g>
</g>
</g>
</svg>
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="21cm" height="29.7cm" viewBox="0 0 2098 2969.3" version="1.1">
<style type="text/css">
path:hover {
fill: orange;
stroke-width: 10;
stroke: gold;
transition: all .2s ease-in-out;
transform: scale(1.0);
}
path
{
transform: scale(1.0);
}
</style>
<title>tempSvg</title>
<rect x="0" y="0" width="2098.04" height="2969.26" fill="#FFFFFF" fill-opacity="0" stroke="none" />
<g id="FM_OBJEKT_RAUM" stroke-width="0.1">
<path data-handle="25401" d="M282.53 471.08L282.53 477.37L280.43 477.37L280.44 275.3L282.53 275.3L303.51 275.3L303.51 287.88L282.53 287.88L282.53 275.3L280.44 275.3L280.44 79.51L282.53 79.51L303.51 79.51L303.51 92.1L282.53 92.1L282.53 79.51L280.44 79.51L280.44 62.03L699.98 62.03L699.97 79.51L693.68 79.51L693.68 100.49L693.68 463.39L685.99 463.39L685.99 477.37L303.51 477.37L303.51 471.08L282.53 471.08L282.53 477.37L280.43 477.37L282.53 477.37 z" fill="#001400" stroke="#000000" />
<path data-handle="25376" d="M280.43 477.37L282.53 477.37L282.53 483.67L303.51 483.67L303.51 477.37L685.99 477.37L685.99 491.36L697.11 491.36L697.11 854.96L685.99 854.96L685.99 868.94L303.51 868.94L303.51 862.65L282.53 862.65L282.53 868.94L280.43 868.94L280.43 679.45L282.53 679.45L282.53 666.86L303.51 666.86L303.51 679.45L282.53 679.45L280.43 679.45 z" fill="#003900" stroke="#000000" />
<path data-handle="25359" d="M685.99 868.94L685.99 882.93L697.11 882.93L697.11 1064.83L303.51 1064.72L303.51 1058.43L282.53 1058.43L282.53 1064.72L280.43 1064.72L280.43 868.94L282.53 868.94L282.53 875.23L303.51 875.23L303.51 868.94 z" fill="#005E00" stroke="#000000" />
<path data-handle="25322" d="M280.43 1064.72L282.53 1064.73L282.53 1071.02L303.51 1071.02L303.51 1064.73L693.68 1064.83L693.68 1246.52L686.01 1246.52L686.01 1274.49L693.68 1274.49L693.68 1450L693.68 1470.98L693.68 1480.07L510.48 1480.07L510.48 1470.98L510.48 1450L497.9 1450L497.9 1470.98L510.48 1470.98L510.48 1480.07L280.44 1480.07L280.44 1462.59L282.53 1462.59L303.51 1462.59L303.51 1450L282.53 1450L282.53 1462.59L280.44 1462.59L280.44 1266.8L282.53 1266.8L282.53 1254.22L303.51 1254.22L303.51 1266.8L282.53 1266.8L280.44 1266.8 z" fill="#008300" stroke="#000000" />
<path data-handle="25283" d="M866.39 1462.59L1287.33 1462.59L1287.33 1638.09L1273.34 1638.09L1273.34 1666.06L1287.33 1666.06L1287.33 2028.96L1281.03 2028.96L1281.03 2049.94L1287.33 2049.94L1287.33 2067.42L867.79 2067.42L867.79 2049.94L869.89 2049.94L869.89 2037.35L890.87 2037.35L890.87 2049.94L869.89 2049.94L867.79 2049.94L867.79 1854.15L869.89 1854.15L869.89 1841.57L890.86 1841.57L890.86 1854.15L869.89 1854.15L867.79 1854.15L867.79 1658.37L869.89 1658.37L869.89 1645.78L890.86 1645.78L890.86 1658.37L869.89 1658.37L867.79 1658.37L867.79 1480.06L860.1 1480.06L860.1 1470.98L866.39 1470.98 z" fill="#00A800" stroke="#000000" />
<path data-handle="25274" d="M880.37 747.27L924.43 747.27L985.96 747.27L1041.2 747.27L1041.2 560.23L880.37 560.23 z" fill="#00CD00" stroke="#000000" />
<path data-handle="25268" d="M1062.17 747.27L1191.53 747.27L1191.53 649.38L1062.17 649.38 z" fill="#00F200" stroke="#000000" />
<path data-handle="25260" d="M1062.17 485.06L1062.17 600.44L1184.89 600.44L1184.89 584.08L1191.53 584.08L1191.53 485.06 z" fill="#001800" stroke="#000000" />
<path data-handle="25219" d="M1483.11 649.38L1672.6 649.38L1672.6 658.47L1685.19 658.47L1685.19 679.45L1672.6 679.45L1672.6 658.47L1672.6 649.38L1902.65 649.38L1902.65 666.86L1900.55 666.86L1879.57 666.86L1879.57 679.45L1900.55 679.45L1900.55 666.86L1902.65 666.86L1902.65 862.65L1900.55 862.65L1900.55 875.23L1879.57 875.23L1879.57 862.65L1900.55 862.65L1902.65 862.65L1902.65 1058.43L1902.65 1064.72L1900.55 1064.72L1900.55 1058.43L1879.57 1058.43L1879.57 1064.72L1485.98 1064.72L1485.98 882.93L1497.09 882.93L1497.09 854.96L1485.98 854.96L1485.98 679.45L1489.4 679.45L1489.4 658.47L1483.11 658.47 z" fill="#003D00" stroke="#000000" />
<path data-handle="25193" d="M1485.98 1246.52L1497.09 1246.52L1497.09 1274.49L1485.98 1274.49L1485.98 1457.34L1879.57 1457.34L1879.57 1450L1900.55 1450L1900.55 1456.29L1902.65 1456.29L1902.65 1266.8L1900.55 1266.8L1879.57 1266.8L1879.57 1254.22L1900.55 1254.22L1900.55 1266.8L1902.65 1266.8L1902.65 1064.72L1900.55 1064.73L1900.55 1071.02L1879.57 1071.02L1879.57 1064.73L1485.98 1064.73 z" fill="#006200" stroke="#000000" />
<path data-handle="25151" d="M1489.4 2028.96L1489.4 1666.06L1497.09 1666.06L1497.09 1638.09L1489.4 1638.09L1489.4 1459.72L1489.4 1457.34L1879.57 1457.34L1879.57 1462.59L1900.55 1462.59L1900.55 1456.29L1902.65 1456.29L1902.65 1645.78L1900.55 1645.78L1900.55 1658.37L1879.57 1658.37L1879.57 1645.78L1900.55 1645.78L1902.65 1645.78L1902.65 1841.57L1900.55 1841.57L1879.57 1841.57L1879.57 1854.15L1900.55 1854.15L1900.55 1841.57L1902.65 1841.57L1902.65 2037.35L1900.55 2037.35L1900.55 2049.94L1879.57 2049.94L1879.57 2037.35L1900.55 2037.35L1902.65 2037.35L1902.65 2067.42L1493.04 2067.42L1483.11 2067.42L1483.11 2049.94L1489.4 2049.94 z" fill="#008700" stroke="#000000" />
<path data-handle="25140" d="M1190.83 875.93L1302.71 875.93L1302.71 1059.1L1302.71 1120.66L1302.71 1253.52L1211.81 1253.52L1211.81 1120.66L1190.83 1120.66 z" fill="#00AC00" stroke="#000000" />
<path data-handle="25124" d="M890.86 1267.5L908.35 1267.5L985.96 1267.5L1222.3 1267.5L1222.3 1352.11L1138.39 1352.11L988.41 1352.11L988.41 1365.39L1138.39 1365.39L1138.3 1352.11L1222.3 1352.11L1222.3 1450L890.87 1450L890.86 1267.5 z" fill="#00D100" stroke="#000000" />
<path data-handle="25094" d="M895.76 79.51L895.76 62.03L1315.3 62.03L1315.3 79.51L1313.19 79.51L1313.19 92.1L1292.22 92.1L1292.22 79.51L1313.19 79.51L1315.3 79.51L1315.3 275.3L1313.19 275.3L1313.19 287.88L1292.22 287.88L1292.22 275.3L1313.19 275.3L1315.3 275.3L1315.3 477.37L1313.19 477.37L1313.19 471.08L1292.22 471.08L1292.22 477.37L1202.02 477.37L1202.02 471.08L902.05 471.08L902.05 100.49L902.05 79.51 z" fill="#00F600" stroke="#000000" />
<path data-handle="25088" d="M880.37 534.01L880.37 485.06L1053.43 485.06L1053.43 534.01 z" fill="#001C00" stroke="#000000" />
<path data-handle="25082" d="M1141.89 875.93L1176.85 875.93L1176.85 994.8L1141.89 994.8 z" fill="#004100" stroke="#000000" />
<path data-handle="25076" d="M1141.89 1005.29L1176.85 1005.29L1176.85 1124.16L1141.89 1124.16 z" fill="#006600" stroke="#000000" />
<path data-handle="25070" d="M1236.28 1267.5L1304.81 1267.5L1304.81 1450L1236.28 1450 z" fill="#008B00" stroke="#000000" />
<path data-handle="25044" d="M1287.33 1462.59L1316.69 1462.59L1317.39 1462.59L1346.06 1462.59L1346.06 1457.34L1489.4 1457.34L1489.4 1638.09L1469.12 1638.09L1469.12 1666.06L1489.4 1666.06L1489.4 2028.96L1476.81 2028.96L1476.81 2049.94L1483.11 2049.94L1483.11 2067.42L1287.33 2067.42L1287.33 2049.94L1293.62 2049.94L1293.62 2028.96L1287.33 2028.96L1287.33 1666.06L1301.31 1666.06L1301.31 1638.09L1287.33 1638.09 z" fill="#00B000" stroke="#000000" />
<path data-handle="25030" d="M880.37 542.75L1062.17 542.75L1062.17 600.44L1184.89 600.44L1184.89 584.35L1191.53 584.35L1191.53 649.38L1062.17 649.38L1062.17 747.27L1041.2 747.27L1041.2 560.23L880.37 560.23 z" fill="#00D500" stroke="#000000" />
<path data-handle="25016" d="M812.57 1259.29L876.88 1259.29L876.88 1257.01L908.35 1257.01L985.96 1257.01L1002.04 1257.01L1002.04 1253.52L1016.03 1253.52L1016.03 875.93L1002.04 875.93L1002.04 864.22L844.91 864.22 z" fill="#00FA00" stroke="#000000" />
<path data-handle="24907" d="M866.39 481.57L837.02 481.57L837.02 471.08L866.39 471.08L902.05 471.08L902.05 100.49L889.46 100.49L889.46 79.51L895.76 79.51L895.76 62.03L699.97 62.03L699.97 79.51L699.98 62.03L706.27 79.51L706.27 100.49L693.68 100.49L693.68 463.39L713.96 463.39L713.96 476.32L713.96 491.36L697.11 491.36L697.11 854.96L713.96 854.96L713.96 882.93L697.11 882.93L697.11 1064.83L693.68 1064.83L693.68 1246.52L713.98 1246.52L713.98 1274.49L693.68 1274.49L693.68 1450L706.27 1450L706.27 1470.98L693.68 1470.98L693.68 1480.07L860.1 1480.06L860.1 1470.98L853.8 1470.98L853.8 1450L876.88 1450L876.88 1393.71L876.88 1323.79L876.88 1259.29L813.26 1259.29L812.57 1259.29L811.89 1267.5L801.37 1267.5L834.57 861.95L844.95 861.95L844.91 864.22L1001.34 864.22L1002.04 864.22L1002.04 861.95L1346.06 861.95L1346.06 872.44L1316.69 872.44L1316.69 1059.1L1316.69 1120.66L1316.69 1452.1L1317.39 1452.1L1346.06 1452.1L1346.06 1457.34L1485.98 1457.34L1485.98 1274.49L1469.12 1274.49L1469.12 1246.52L1485.98 1246.52L1485.98 882.93L1469.12 882.93L1469.12 854.96L1485.98 854.96L1485.98 679.45L1476.81 679.45L1476.81 658.47L1483.11 658.47L1483.11 649.38L1315.3 649.38L1304.81 658.47L1304.81 679.45L1292.22 679.45L1292.22 658.47L1304.81 658.47L1315.3 649.38L1315.3 477.37L1313.19 477.37L1313.19 483.67L1292.22 483.67L1292.22 477.37L1202.02 477.37L1202.02 510.94L1202.02 572.47L1202.02 586.45L1203.44 586.45L1203.44 640.99L1202.02 640.99L1202.02 759.86L1181.04 759.86L1119.51 759.86L985.96 759.86L924.43 759.86L837.02 759.86L837.02 749.37L866.39 749.37 z" fill="#002000" stroke="#000000" />
</g>
</svg>
\ No newline at end of file
This diff is collapsed.
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icon-css-eu" viewBox="0 0 640 480">
<defs>
<g id="d">
<g id="b">
<path id="a" d="M0-1l-.3 1 .5.1z"/>
<use transform="scale(-1 1)" xlink:href="#a"/>
</g>
<g id="c">
<use transform="rotate(72)" xlink:href="#b"/>
<use transform="rotate(144)" xlink:href="#b"/>
</g>
<use transform="scale(-1 1)" xlink:href="#c"/>
</g>
</defs>
<path fill="#039" d="M0 0h640v480H0z"/>
<g fill="#fc0" transform="translate(320 242.3) scale(23.7037)">
<use width="100%" height="100%" y="-6" xlink:href="#d"/>
<use width="100%" height="100%" y="6" xlink:href="#d"/>
<g id="e">
<use width="100%" height="100%" x="-6" xlink:href="#d"/>
<use width="100%" height="100%" transform="rotate(-144 -2.3 -2.1)" xlink:href="#d"/>
<use width="100%" height="100%" transform="rotate(144 -2.1 -2.3)" xlink:href="#d"/>
<use width="100%" height="100%" transform="rotate(72 -4.7 -2)" xlink:href="#d"/>
<use width="100%" height="100%" transform="rotate(72 -5 .5)" xlink:href="#d"/>
</g>
<use width="100%" height="100%" transform="scale(-1 1)" xlink:href="#e"/>
</g>
</svg>
This diff is collapsed.
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="200" viewbox="0 0 600 200">
<style type="text/css"><![CDATA[ rect { fill: white; stroke: black; } ]]></style>
<g>
<rect y="00%" width="200" height="20%" />
<rect y="20%" width="200" height="20%" />
<rect y="40%" width="200" height="20%" />
<rect y="60%" width="200" height="20%" />
<rect y="80%" width="200" height="20%" />
</g>
</svg>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment