On Tuesday 28 January 2003 21:14, Martin Lüthi 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>
"opacity" means "non-transparency", (and without checking spec) shouldn't therefor opacity=0.0 mean "transparent" ?? --------------------------------------------------------------------- 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]>