A
Andrew Neiderer
I am sort of new to XML and SVG. So if this has been addressed before please
be patient and/or just point me to a URL.
I have written a Java application which generates lots (150 x 150)
of Scaleable Vector Graphics (SVG), which is a 2D XML application, <rect>s.
The problem is that it takes about 10 seconds to display the frame. I need
to approach real-time display if possible. So I thought a binary representation
of the data would speed it up.
Is binary XML a possibility, or should I not use an XML approach. Maybe it
doesn't even make sense and I should avoid SVG.
Any advice is appreciated.
Thank you.
- Andrew M. Neiderer
be patient and/or just point me to a URL.
I have written a Java application which generates lots (150 x 150)
of Scaleable Vector Graphics (SVG), which is a 2D XML application, <rect>s.
The problem is that it takes about 10 seconds to display the frame. I need
to approach real-time display if possible. So I thought a binary representation
of the data would speed it up.
Is binary XML a possibility, or should I not use an XML approach. Maybe it
doesn't even make sense and I should avoid SVG.
Any advice is appreciated.
Thank you.
- Andrew M. Neiderer