Circles and Ellipses

A discussion forum for JFreeSVG (a fast, lightweight, SVG generator for the Java platform).
Locked
KPaul20005
Posts: 2
Joined: Wed Apr 27, 2016 7:51 am
antibot: No, of course not.

Circles and Ellipses

Post by KPaul20005 » Wed Apr 27, 2016 7:56 am

Hi

I used JFreeSVG in a personal project. And I like the simple API. Basically I use it to draw a lot of circles. I found that the library is not using the SVG <circle> and <ellipse> tags. Is there a reason for that?

Kenny

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: Circles and Ellipses

Post by david.gilbert » Wed Apr 27, 2016 5:17 pm

Hmmm...I can't think of a good reason. Thanks for the feedback ... I'll add it for the next release.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: Circles and Ellipses

Post by david.gilbert » Wed Apr 27, 2016 8:34 pm

David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

KPaul20005
Posts: 2
Joined: Wed Apr 27, 2016 7:51 am
antibot: No, of course not.

Re: Circles and Ellipses

Post by KPaul20005 » Thu Apr 28, 2016 6:35 am

Cool, this makes the generated SVG a lot simpler.

Locked