[svg-developers] Re: Question regarding using from and to along with keyPoint and keyTimes.

2007-02-17 Thread pilatfr
--- In svg-developers@yahoogroups.com, uppala_vl [EMAIL PROTECTED] wrote: Your example run in Opera 9.1, your circle go and return as expected but Adobe plugin (3 or 6 beta) don't use keyPoints Michel Hi , I am working the followind svg --- circle r=20 fill=rgb(204,0,102)

Re: [svg-developers] Re: Question regarding using from and to along with keyPoint and keyTimes.

2007-02-17 Thread ddailey
Here's an example working in IE and Opera using keyTimes and KeySplines with a couple of animate by attributes rather than an animateMotion. http://srufaculty.sru.edu/david.dailey/svg/newstuff/SMIL2a.svg I have generally used animateMotion in cases that I have an mpath inside it, like here:

[svg-developers] init svg element: transform, rotate

2007-02-17 Thread finbref
Yet Another SVG-Clock, I have troubles initialising it. Opera (the only that animates it as I wish) does ignore my lines: function init(evt) { var doku = evt.target; var owner = doku.ownerDocument; var jetzt = new Date(); var sek = jetzt.getSeconds();

[svg-developers] Text handling when using flowRegion

2007-02-17 Thread davinjchew
Hi, Can someone help me with these text handling concepts? I'm a newbie at this so forgive my ignorance. I've been trying to learn this as fast as I can... I'm trying to create a layout program and I'm using the textFlow/textRegion concepts from svg 1.2 along with apache-batik 1.6 and java 1.5.