Jens Storz <[EMAIL PROTECTED]> writes:

> <anim:animateTransform svg:type="rotate" smil:values="angle cx cy; ..." />
> cx and cy seem not to be interpreted. The centre of rotation stays in
> the centre of the referenced object.
> 
Confirmed.

> <anim:animateMotion svg:path="..." smil:calcMode="linear" .../>
> The attribute smil:calcMode seems not to be interpreted. The object
> moves with constant speed. So the animation isn't synchronal to the
> frames.
> 
Which sematic are you assuming calcMode=linear to have? It only really
makes sense for value lists - or are you providing a key times list as
well?

> <anim:animateTransform svg:type="translate" smil:values="..."
> smil:additive="sum"/>
> Here the Motion ist synchronal to the frames. The problem is that the
> attribute smil:additive seems not to be interpreted. So only one
> anim:animateTransform per object will be interpreted (either
> translation or rotation in my case).
> 
That's funny - this should work. Could you maybe whip up a small
document containing those issues, write a bug here:

http://www.openoffice.org/issues/enter_bug.cgi

and attach the doc?

> Is there another way to make a framebased animation including
> translation and rotation on the same object?
> 
You could try <anim:animate ... smil:attributeName="x" .../> (and,
accordingly, "y", "width", "height", "rotation" etc.)

HTH,

-- Thorsten

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

Reply via email to