Hi John, "John Hinke" <[EMAIL PROTECTED]> wrote on 06/18/2007 10:24:07 AM:
> 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: Well, you are right. Flow text ignores text-decoration (incomplete implementation). However, since we still don't have an idea where the SVG WG is going with wrapped text in SVG 1.2 Full it's not likely to be fixed any time real soon. You can file a bug report if you want, but I doubt much work will be done on it until SVG 1.2 Full is fairly well settled. > <?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> > > Thoughts? > > I'd be more than willing to try to fix this if somebody could point me > in the right direction in the code. Or even better, if there's > something I'm doing wrong and can easily fix the above, that would be > great. > > Thanks, > > John Hinke > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
