D
Dung Ping
I didn't find a group for svg, so post my question to this forum.
Following code will present two circles, a small one in a big one. Both
circle are in solid line:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="400" height="400" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<circle cx="100" cy="100" r="80" stroke="black" stroke-width="2"
fill='white'/>
<circle cx="100" cy="100" r="40" stroke="black" stroke-width="2"
fill='white'/>
</svg>
But I like to draw the outer circle with broken line. Please teach.
Thanks.
Dung Ping
Following code will present two circles, a small one in a big one. Both
circle are in solid line:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="400" height="400" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<circle cx="100" cy="100" r="80" stroke="black" stroke-width="2"
fill='white'/>
<circle cx="100" cy="100" r="40" stroke="black" stroke-width="2"
fill='white'/>
</svg>
But I like to draw the outer circle with broken line. Please teach.
Thanks.
Dung Ping