Page MenuHomePhabricator

SVG on Firefox doesn't recognize text decoration/underline element
Closed, InvalidPublic

Description

Author: FT2.wiki

Description:
Text elements such as:

<text style="font-size:14px;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial">

<tspan x="48" y='20px'>blah blah </tspan><tspan style="fill:#0024d0" text-decoration="underline">WP:NOT</tspan><tspan>, blah blah</tspan>

</text>

render with underline in IE6/opera, but without in Firefox.

Confirmed Firefox bug, see Mozilla:

https://bugzilla.mozilla.org/show_bug.cgi?id=317196

(They've moved text engine and decoration doesn't yet work)


Version: unspecified
Severity: normal

Details

Reference
bz13581

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:02 PM
bzimport set Reference to bz13581.
bzimport added a subscriber: Unknown Object (MLST).

In which kind is this bug related to MediaWiki itself? MediaWiki renders SVG
and displays PNG always. Closing this bug as INVALID. Please reopen it if
MediaWiki's SVG renderer is buggy.