Fw: Rendering performance of Java

2002-02-19 Thread Milan Trninic
EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 13:27 Subject: Rendering performance of Java   I made a simple test that loads an svg file of certain number of squares (paths) formed into a matrice. I was varying the number from 100 to 10, 000. This is what I've figured out:   1. I

Rendering performance of Java

2002-02-13 Thread Thomas E Deweese
> "MT" == Milan Trninic <[EMAIL PROTECTED]> writes: MT> 3. Turns out the speed of Batik is very good. For example, with MT> 10,000 squares it takes 3 seconds for batik to do it. So, MT> basically for the varying number of elements displayed (100 MT> - 10, 000) the time spent was 0-3 sec.

RE: Rendering performance of Java

2002-02-12 Thread Mayur Agrawal
I am using ILogJView to render the svg. It in turn uses Batik.I found similar problem.   Thanks! Mayur -Original Message-From: Milan Trninic [mailto:[EMAIL PROTECTED]]Sent: Wednesday, February 13, 2002 5:27 AMTo: [EMAIL PROTECTED]Subject: Rendering performance of Java Hi

Rendering performance of Java

2002-02-12 Thread Milan Trninic
Hi,   I have a question that is I think related to java rather than Batik. I have found some discussions on the ropic of rendering, but I still don't know much about it. Here is the case:   I made a simple test that loads an svg file of certain number of squares (paths) formed into a matrice