DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43
076>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43076
a>
Summary: Text underline not affected by
visibility="hidden" (but
text is)
Product: Batik
Version: 1.7
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: CSS
AssignedTo: batik-dev xmlgraphics.apache.org
ReportedBy: archie dellroad.org
View this document in batik:
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg
10.dtd" >
<svg width="100" height="100"
viewBox="0 0 100 100"
xmlns="http://www.w3.or
g/2000/svg">
<g visibility="hidden">
<text text-decoration="underline"
x="40" y="40">foo</text>
</g>
</svg>
You should see nothing, but instead you see the underline
beneath the text (but
no actual text).
So it's like the text is respecting the "hidden"
visibility while the underline
is not.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=ema
il
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
assignee.
------------------------------------------------------------
---------
To unsubscribe, e-mail: batik-dev-unsubscribe xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help xmlgraphics.apache.org
|