On 7/27/05, jasonsfoster <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I've created a symbol that uses a .png file as the href in the defs
> part of my svg document. This symbol contains visible overflow etc.
> 
> Then when I go to instantiate this symbol via a use element, for some
> reason as soon as I do a "meaningful" transform on this element, it
> disappears. By meaningful, I mean using transform to rotate(45) etc.
> When I insert rotate(0) or rotate(360), all is sweet. But as soon as I
> move try to rotate it any other value, the instantiated symbol disappears.
> 
> Is this a problem that others have had? I'm assuming I'm missing
> something simple....

Sounds like it's that its coordinates place it a long way away from
transformation origin (meaning rotation is one hell of a sweep).
You probably have the displacing x= and y= on the referenced
element, not the use. That's my gues, anyhow.

--Bart


-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-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/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

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


Reply via email to