--- In
svg-developers@yahoogroups.com, "gjella" <gjella@...> wrote:
>
> Hi!
>
> I'm having trouble scaling a g-tag from center point. The item will grow
right/bottom, but I need to scale the element from its center point, growing in
all directions.
>
> I'm using the animateTransform for scaling:
> <animateTransform attributeName="transform" attributeType="XML" type="scale"
from="1" to="1.5" dur="3s" fill="freeze"/>
>
> I've read scaling from center point is not supported in SVG, but I refuse to
believe this is true. Up to now I have compensated the bottom/right positioning
with an additional translate-animation, but this is nasty :/.
>
> Anyone done this?
>