On Tuesday 04 September 2001 11:13, Chris Kelly wrote:
> Hi
>
> I'm using the 1.3 jdk on Windows NT. I am running the application from
> within JBuilder 3.5
>
> I have slightly modified the JSVGCanvas sample code to increment a counter
> in a very simple SVG
>
> After some time (after counting to
David,
David Kane wrote:
>
>
>
> We are trying to determine if we can work around the current limitations
> to see if we can move forward until more dynamic capabilities are
> supportedspeaking of which, is there a time-frame in mind for
> supporting the dynamic elements of the SVG spec?
Folks,
> In the SVG Browser case, when you reload an SVG file, a new Document
> instance is created, in your case, you reuse it that's why the behavior
> is correct in the SVG Browser and not in your example. This comes from
> the fact that as Batik is still a merely static SVG implementation we
David,
In the SVG Browser case, when you reload an SVG file, a new Document
instance is created, in your case, you reuse it that's why the behavior
is correct in the SVG Browser and not in your example. This comes from
the fact that as Batik is still a merely static SVG implementation we
haven't
Hello David,
Thanks for your example. I reproduced your problem, and I'm now
investigating. I will come back to you when I will have more information
to give you.
David Kane wrote:
> We are also working on extending the JSVG canvas to give us some basic
> animation capabilities. We are trigger
Folks,
We are also working on extending the JSVG canvas to give us some basic
animation capabilities. We are triggering the update from a Javascript
event. What is weird is that each time we reload the DOM, we seem to
double our Javascript event handlers. The attached code illustrates the
prob
Hi
I'm using the 1.3 jdk on Windows NT. I am running the application from
within JBuilder 3.5
I have slightly modified the JSVGCanvas sample code to increment a counter
in a very simple SVG
After some time (after counting to 8351 last time), I get a
java.lang.OutOfMemoryError
Here is the SVG: