While trying to pinpoint the issue with baseline-shift, I might have
found another issue, related to the animation of baseline-shift.

Here is the issue:

animation of baseline-shift is always using the discrete calcMode. it is
hard-coded.
It make sense for the following case

  <set attributeName="baseline-shift" to="super"/>

Though the baseline-shift property can be set to a length. So a linear
calcMode should be allowed in the following case:

  <animate attributeName="baseline-shift" from="-20%" to ="20%"/>

the "discrete" calcMode would be enforced if either from, to, by or
values are an identifier. If they are all lengths, then other calcMode
should be permitted.

It would apply to properties whose value can be a identifier or a
length. The calcMode resolution should take into account the actual
values being used to animate the property to allow/forbid use of some of
the modes.

Nicolas

On Tue, 2009-06-16 at 18:18 -0500, Nicolas Socheleau wrote:
> On Tue, 2009-06-09 at 22:22 -0500, Cameron McCormack wrote:
> > Hi Nicolas.
> >
> > Nice to see a familiar name!
> 
> Hello Cameron.
> 
> > Looks like a bug, please file it on https://issues.apache.org/bugzilla/.
> >
> 
> See bug #47359 :
> https://issues.apache.org/bugzilla/show_bug.cgi?id=47359
> 
> 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]

Reply via email to