You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
796 B
14 lines
796 B
15 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||
|
<svg id="svg-root" width="450" height="450" onload="gen_buttons(evt, 6)">
|
||
|
<script xlink:href="bbox.js"/>
|
||
|
<g>
|
||
|
<circle id="test-0" cx="100" cy="140" r="50" fill="none" stroke="black" />
|
||
|
<circle id="test-1" cx="220" cy="140" r="35" fill="red" stroke="black" />
|
||
|
<circle id="test-2" cx="340" cy="140" r="20" fill="black" stroke="lime" stroke-width="4" />
|
||
|
<circle id="test-3" cx="100" cy="260" r="20" stroke="lime" fill="yellow" stroke-width="4" />
|
||
|
<circle id="test-4" cx="220" cy="260" r="35" stroke="none" fill="blue" />
|
||
|
<circle id="test-5" cx="340" cy="260" r="50" stroke="red" fill="none" stroke-width="10" />
|
||
|
</g>
|
||
|
</svg>
|