RE: [svg-developers] RE: Outline of ellipse

2006-02-13 Thread Doug Schepers
Hi, Fulio- You could also achieve a similar effect by simply giving variable values to the stroke-dasharray: ellipse cx='180' cy='150' rx='65' ry='43' fill='none' stroke='red' stroke-width='2' stroke-dasharray='96 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 74'/ It is only

RE: [svg-developers] RE: Outline of ellipse

2006-02-13 Thread Fulio Pen
Doug, Thanks a lot for teaching. I will definitely try your way, as I have to draw many more such ellipse. Fulio Doug Schepers [EMAIL PROTECTED] wrote: Hi, Fulio- You could also achieve a similar effect by simply giving variable values to the stroke-dasharray: ellipse cx='180'

Re: [svg-developers] RE: Outline of ellipse

2006-02-08 Thread Fulio Pen
Thank everyone who offered help. I did two paths with elliptical arc. It worked. http://www.pinyinology.com/svg/ellipse1.svg SVG is a great technology. I hope it will be fully supported on all major browsers. I also hope that not only professional computer programmers, but also

Re: [svg-developers] RE: Outline of ellipse

2006-02-05 Thread Phi Tran
Definitely you need at least two path. If you could not find that then I can send you a javascript rountine to split that Ellipse into 4 Bezier Curves. Left-top,right bottom. But I you need to devide your ellpise not at the 90 degree even then: The you can do the Path with four ARC(s).