Thanks Vincent,

I noticed the work done on the geometry of shapes to make this interactive.
I've been playing with some scripts moving shapes around. I noticed also
that others attributes ( namely CSS properties ) are not interactive. Is
this a work in progress ?

I used the following script which does not return any error :

function hide( evt, targetID )
{
        var element = evt.target.ownerDocument.getElementbyId( targetID );
        var style = element.getStyle();
        style.setProperty('visibility','hidden','important');
}

After looking at the code, I realized that the CSSStyleDeclaration doesn't
support updates. Is somebody working on that ?

Nicolas

> -----Original Message-----
> From: Vincent Hardy [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 27, 2002 4:40 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Batik development
> 
> 
> Nicolas,
> 
> There is an architecture document on our web site which will give 
> you the modules already developped:
> 
> http://xml.apache.org/batik/architecture.html
> 
> we are indeed working on animation support and that involves work
> in: the Bridge, GVT, Scripting environment and Renderer. We are 
> also working on getting a SMIL engine effort going, but there is no
> development work yet. 
> 
> The next beta release of Batik will contain script animation 
> examples (in a couple weeks we hope) with support for
> animating shapes, transforms and some other things like gradients.
> 
> I hope this answers your question.
> Cheers,
> Vincent.
> 
> Nicolas Socheleau wrote:
> > 
> > Hello,
> > 
> > I am looking for a list of components/features currently in 
> development in
> > Batik. I have a small idea of what's going on looking at 
> the archives of
> > batik-dev and the commits. I am more especially interested 
> in the animation
> > module in SVG1.1.
> > 
> > Thanks for your input.
> > 
> > Nicolas
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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

Reply via email to