Hi Michael,

"Bishop, Michael W. CONTR J9C880" <[EMAIL PROTECTED]> wrote on 
12/22/2005 04:13:34 PM:

> OK, well in that case, working with CSS won't be so bad.  Now on the SAC
> page, they have their own implementation, and they also say that Batik
> has an implementation.  What kind of object is "e" where you can call
> getStyle() on it?  Do you use the Batik 1.2 SAC or the standalone SAC
> 1.3?

   'e' is any 'graphics' SVG Element from the DOM.

        e = document.getElementById("myG");

   You will want to cast it to a 'org.w3c.dom.svg.SVGStylable'
interface.

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

Reply via email to