Return-Path: Delivered-To: apmail-xml-batik-dev-archive@xml.apache.org Received: (qmail 28563 invoked by uid 500); 28 Feb 2002 13:55:02 -0000 Mailing-List: contact batik-dev-help@xml.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: batik-dev@xml.apache.org Delivered-To: mailing list batik-dev@xml.apache.org Received: (qmail 28548 invoked from network); 28 Feb 2002 13:55:01 -0000 Message-ID: From: Nicolas Socheleau To: "Vincent Hardy (E-mail)" , "'batik-dev@xml.apache.org'" Subject: RE: Batik development Date: Thu, 28 Feb 2002 08:54:57 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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:vincent.hardy@sun.com] > Sent: Wednesday, February 27, 2002 4:40 PM > To: batik-dev@xml.apache.org > 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: batik-dev-unsubscribe@xml.apache.org > > For additional commands, e-mail: batik-dev-help@xml.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org > For additional commands, e-mail: batik-dev-help@xml.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org For additional commands, e-mail: batik-dev-help@xml.apache.org