Hey Folks, I've run across what I think is a bug in the flowRoot rendering code: text-decoration styles don't show up. Here's the example SVG:
<?xml version="1.0" standalone="no"?> <svg version="1.2" xmlns="http://www.w3.org/2000/svg" id="body" width="792" height="612" viewBox="0 0 792 612"> <title>Text-decoration bug in flowRoot tag.</title> <g> <flowRoot xml:space='preserve'> <flowRegion> <rect visibility="hidden" x='48' y='396' width='146' height='119'/> </flowRegion> <flowDiv> <flowPara text-decoration="underline" font-family="Arial" font-size="22.5" fill="#000000"><![CDATA[This should be underlined!]]></flowPara> </flowDiv> </flowRoot> </g> </svg> I'm trying to convert the SVG to a JPG and I'm missing the underline style on the text. Thoughts? Am I doing something wrong here? Or is this a known problem? I'd be more than willing to try to fix this if somebody could point me in the right direction in the code. Thanks, John Hinke --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
