update20130718

This commit is contained in:
stubbfel
2013-07-18 21:19:08 +02:00
parent f1dc9a54c8
commit 2bc4a3e89a
4 changed files with 67 additions and 7 deletions

14
test.svg Normal file
View File

@@ -0,0 +1,14 @@
<?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">
<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"
version="1.1" baseProfile="full" >
<circle cx="110" cy="110" r="100" stroke="#4e9a06" stroke-width="4" fill="none" />
<circle cx="110" cy="110" r="10" fill="full" />
<circle cx="410" cy="110" r="100" stroke="#4e9a06" stroke-width="4" fill="none" />
<circle cx="410" cy="110" r="10" fill="full" />
<line x1="110" y1="110" x2="410" y2="110" style="stroke:rgb(255,0,0);stroke-width:2"/>
</svg>

After

Width:  |  Height:  |  Size: 689 B