Yes, this is a browser-specific problem.

For a review on this, please see the following links:

http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/reference/filters/AlphaImageLoader.asp

Welcome to the Microsoft-specific way of doing things.

/mde/
just my two cents . . . .

--- Martin_Lüthi <[EMAIL PROTECTED]> wrote:
> Hi
> 
> I generate a SVG and serialize it as PNG with
> transparent background. 
> In Mozilla and Konqueror everything looks fine (also
> an Windows), but in IE
> 5.0 the background of the PNG is white. Is this a
> browser-specific problem?
> Who can point me to a workaround?
> 
> My SVG generating code reads (opacity should be the
> transparency of the
> background):
> 
>   <xsl:template match="/">
>     <svg width="11" height="9" style="opacity:1.0">
>       <circle cx="5" cy="5" r="3.5"
> style="fill:red"/>
>     </svg>
>   </xsl:template>
> 
> The sitemap entry is:
> 
>   <map:match pattern="**dot*.png">
>     <map:generate src="docs/empty.xml"/>
>     <map:transform
> src="stylesheets/page/live/svg/dots.xsl"/>
>     <map:serialize type="svg2png"/>
>   </map:match>
> 
> Any help is welcome!
> 
> Best, Martin
> 
> -- 
> Martin Lüthi                 [EMAIL PROTECTED]
> 
> 
> 
>
---------------------------------------------------------------------
> Please check that your question  has not already
> been answered in the
> FAQ before posting.    
> <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail:    
> <[EMAIL PROTECTED]>
> For additional commands, e-mail:  
> <[EMAIL PROTECTED]>
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to