"Vincent Hardy" <[EMAIL PROTECTED]>
> Hello,
>
> Batik 1.5beta2 is available!

GREAT!

An excellent viewer with dynamic scripting support, and getURL!

My live updating graph at:
http://jibbering.com/2002/4/lineupd.svg
works with batik 1.5beta 2

A couple of things I've noticed.

elements created with createElement(..) aren't rendered, but those
created with createElementNS('http://www.w3.org/2000/svg','rect') are,
it's an annoying bug, but not cripplingly so.

getBBox() doesn't work until the element has been added to the document -
you get a nullpointer exception (this isn't surprising) but it's
different to ASV's which very usefully allows you to get the size of an
element before rendering so you can then tweak the position based on the
size.

With default security getURL doesn't let you get from the same domain as
the svg is served from, you have to untick the "enforce secure
scripting" - could we have the nicer default?

Jim.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to