Hi Michael,

Michael Haslgrübler <[EMAIL PROTECTED]> wrote on 12/11/2007 02:35:05 
AM:

> its not the filter effect tonny kohar said earlier its a visibility
> problem seems quite right because adding 
>  <text id="a1" transform="translate(30,30)"
> style="font-size:40px">dafsda;</text>
> on the top level makes things work however I need to change the
> subelement in the tree. 

   Oh, then it's probably because you have opacity set to zero
on all of those elements:

        <g style="font-size:40px" transform="translate(30,30)">
          <g style="opacity:0.0" transform="rotate(0) translate(300,0) 
rotate(0)">
             <!---          ^--- That will make it invisible -->
            <text id="a1">_</text>
          </g>
        </g>

   I had assumed that you toggled those somewhere otherwise it
you wouldn't see the install version, since you said you didn't
see a change I thought you could see the before but not the after.

Reply via email to