GNOME Bugzilla – Bug 741721
text-decoration value should be inheritable
Last modified: 2017-12-13 18:05:51 UTC
Even though W3 SVG specification states that text-decoration attribute is not "inheritable", this is not what it means literally as illustrated in its following PNG render (http://www.w3.org/TR/SVG/images/text/textdecoration01.png). The fourth row example shows that all descendant tspan elements have inherited the text-decoration=underline value from the parent text element. Mozilla's SVG rendering is consistent to this example, but librsvg isn't.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/librsvg/issues/99.