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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 30 05:08:02 PDT 2015


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

            Bug ID: 149659
           Summary: SVG text and trailing space added as leading space to
                    next tspan
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: krit at webkit.org

Created attachment 262152
  --> https://bugs.webkit.org/attachment.cgi?id=262152&action=review
Preserve spaces and incorrect behavior on trailing wsp

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

The trailing space on each span is incorrectly added as leading space to the next span on xml:space=preserve.

-- 
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/20150930/8ccf5908/attachment.html>


More information about the webkit-unassigned mailing list