Perhaps you can adapt the following to your needs. It rotates an image about 
its center point:

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; >
<g transform="translate(400 328)" >
<image xlink:href="ken3d.jpg" width="400" height="328" x="-200" y="-164" >
    <animateTransform
        attributeName="transform"
        attributeType="XML"
        type="rotate"
        from="0" to="360"
        begin="0s" dur="12s"
        repeatCount="indefinite"
    />
</image>
</g>
</svg>

—Ken Nellis

--- In svg-developers@yahoogroups.com, "PETER" <nos...@...> wrote:
>
> I have an image
> 
> <image xlink:href="working.png" x="740" y="40" width="40" height="40"/>
> 
> I want to rotate it around its centre (x="760" y="60") indefinately
> 
> I have tried "Transform Rotate" and "animateTransform" but cannot get 
> rotation around the centre of the image !!
> 
> Help please
> 
> Pete (Northolt UK)
>




------------------------------------

-----
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
----Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    svg-developers-dig...@yahoogroups.com 
    svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    svg-developers-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to