SVD.3

1、

<?xml version="1.0" encoding="UTF-8"?>
<svg width="1000" height="800" viewBox="0 0 1000 800" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:cge="http://iec.ch/TC57/2005/SVG-schema#" xmlns:hzsvg="http://holleygrid.cn/svg">

    <style type="text/css">
    <![CDATA[
    <!--

    .class01
    {
    stroke:gray;
    stroke-with:1px;
    fill:none;
    }

    .class02
    {
    stroke:gray;
    stroke-with:1px;
    fill:gray;
    }

    -->
    ]]>
    </style>

    <script type="text/javascript" >
    <![CDATA[
    <!--
        window.onload = function()
        {
        };
    -->
    ]]>
    </script>


    <defs/>

<text x="100" y="80">运维检修</text>

<rect x="100" y="100" width="300" height="220" class="class01"/>

<rect x="120" y="120" width="20" height="30" class="class01"/>
<rect x="120" y="120" width="20" height="30" class="class01" transform="translate(40,0)"/>
<rect x="120" y="120" width="20" height="30" class="class01" transform="translate(80,0)"/>
<rect x="120" y="120" width="20" height="30" class="class01" transform="translate(120,0)"/>

<circle cx="130" cy="170" r="5" class="class01"/>
<circle cx="130" cy="170" r="5" class="class01" transform="translate(40,0)"/>
<circle cx="130" cy="170" r="5" class="class01" transform="translate(80,0)"/>
<circle cx="130" cy="170" r="5" class="class01" transform="translate(120,0)"/>

<rect x="280" y="120" width="30" height="40" class="class01"/>
<rect x="280" y="120" width="30" height="40" class="class01" transform="translate(60,0)"/>

<circle cx="295" cy="180" r="8" class="class01"/>
<circle cx="295" cy="180" r="8" class="class01" transform="translate(60,0)"/>

<rect x="120" y="200" width="20" height="30" class="class01"/>
<rect x="120" y="200" width="20" height="30" class="class01" transform="translate(40,0)"/>
<rect x="120" y="200" width="20" height="30" class="class01" transform="translate(80,0)"/>
<rect x="120" y="200" width="20" height="30" class="class01" transform="translate(120,0)"/>

<line x1="100" y1="260" x2="400" y2="260" class="class01"/>

<text x="200" y="300" font-size="25pt" >信息窗</text>

</svg>
<?DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"?>

 

2、

3、

4、

5、

 

posted @ 2018-01-26 16:45  DrMess  阅读(154)  评论(0编辑  收藏  举报