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.
15 lines
931 B
15 lines
931 B
<?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, 7)">
|
|
<script xlink:href="bbox.js"/>
|
|
<g>
|
|
<ellipse id="test-0" fill="none" stroke="#000000" cx="50" cy="135" rx="30" ry="50"/>
|
|
<ellipse id="test-1" fill="red" cx="160" cy="135" rx="30" ry="50"/>
|
|
<ellipse id="test-2" fill="none" stroke="#000000" cx="270" cy="140" rx="35" ry="35"/>
|
|
<ellipse id="test-3" fill="red" cx="370" cy="140" rx="35" ry="35"/>
|
|
<ellipse id="test-4" fill="none" stroke="#0000FF" stroke-width="8" cx="50" cy="310" rx="30" ry="50"/>
|
|
<ellipse id="test-5" fill="#00FF00" stroke="#0000FF" stroke-width="8" cx="160" cy="310" rx="30" ry="50"/>
|
|
<ellipse id="test-6" fill="#00FF00" stroke="#0000FF" stroke-width="8" cx="330" cy="310" rx="70" ry="40"/>
|
|
</g>
|
|
</svg>
|