[Webkit-unassigned] [Bug 149659] SVG text and trailing space added as leading space to next tspan

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 08:25:08 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=149659

Chinh Nguyen <chinhster at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chinhster at yahoo.com

--- Comment #2 from Chinh Nguyen <chinhster at yahoo.com> ---
It affects the last character regardless of whether it's a white space.

        <text x="200" y="230">
                <tspan text-decoration="underline" xml:space="preserve"> space test</tspan>
                <tspan x="200" y="250" xml:space="preserve">space</tspan>
                <tspan text-decoration="underline" xml:space="preserve" x="200" y="270">space </tspan>
        </text>


        <text x="200" y="230">
                <tspan xml:space="preserve">Æ’</tspan>
                <tspan xml:space="preserve">(x)=2e</tspan>
                <tspan xml:space="preserve" dy="-10">-2x</tspan>
        </text>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151019/2d3ac760/attachment-0001.html>


More information about the webkit-unassigned mailing list