update20130718
This commit is contained in:
14
test.svg
Normal file
14
test.svg
Normal 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 |
Reference in New Issue
Block a user