D
Dung Ping
Hi,
First, I like to know if there is a newsgroup for svg in general. I've
only seen one on the Netescape Mozilla.svg, but I have been using the
IE browser. This forum may not be the most appropriate one for
discussions on svg.
Then, in the following svg code, I like to add background color and
border. I know that this piece <. . . width="200" height="200" . . .>
defines the area of background. What and where do I add code for
background color and border?
<svg width="200" height="200" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<circle cx="100" cy="100" r="80" stroke="black" stroke-width="2"
fill='red' />
Thanks for teaching.
Dung Ping
First, I like to know if there is a newsgroup for svg in general. I've
only seen one on the Netescape Mozilla.svg, but I have been using the
IE browser. This forum may not be the most appropriate one for
discussions on svg.
Then, in the following svg code, I like to add background color and
border. I know that this piece <. . . width="200" height="200" . . .>
defines the area of background. What and where do I add code for
background color and border?
<svg width="200" height="200" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<circle cx="100" cy="100" r="80" stroke="black" stroke-width="2"
fill='red' />
Thanks for teaching.
Dung Ping