10 lines
507 B
XML
10 lines
507 B
XML
|
<svg width="640" height="480" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
|
||
|
<g class="layer">
|
||
|
<title>Layer 1</title>
|
||
|
<line fill="none" id="svg_2" opacity="0.5" stroke="#000000" stroke-width="5" x1="200" x2="450" y1="200" y2="450"/>
|
||
|
<line fill="none" id="svg_3" opacity="0.25" stroke="#000000" stroke-width="5" x1="220" x2="470" y1="220" y2="470">
|
||
|
<animate attributeName="opacity" begin="indefinite" dur="0.2" fill="freeze" id="svg_4" to="0.5"/>
|
||
|
</line>
|
||
|
</g>
|
||
|
|
||
|
</svg>
|