JavaTeam, I don't think SVG is seen by anyone as an alternative to Java2D, either for printing or manipulating. SVG is an image format. As such, it has several advantages and disadvantages when compared to other formats (notice that this rules out the Java2D comparison). Whether the pros of using SVG outweigh the cons is a matter that is relevant only on an individual basis. For some projects it might, and those are the projects that will benefit a lot from the Batik toolkit.
It seems you already found an answer for your particular project, so maybe it's time to move on. Best regards, André ----- Original Message ----- From: "JavaTeam" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, May 15, 2006 8:20 AM Subject: What are the main advantages of using SVG in java desktop application? > > > This is not provocative question. I ask this after I realize that it is true > what you said to me: that batik package don't have anything what would be > give better performance in a printing graphics in java. After that I also > realize that scaling, transforming BufferedImage is faster and smoother than > scaling, transforming svg graphic (same chart). So I will be gratefull if > you give me an answer on a question from subject, if we talk about > manipulating with the chart (gantt) creating from a java code. > -- > View this message in context: http://www.nabble.com/What-are-the-main-advantages-of-using-SVG-in-java-desktop-application--t1620291.html#a4390268 > Sent from the Batik - Users forum at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
