[Webkit-unassigned] [Bug 112032] SVG rendering ignores xml:space="preserve" attribute for text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 5 16:59:14 PST 2014


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

Said Abou-Hallawa <sabouhallawa at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sabouhallawa at apple.com
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #4 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
Here is a simpler test case.

Open the following SVG in WebKit:

<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
     font-family="monospace" font-size="20" xml:space="preserve">

  <text x="30" y="50">                                         Hello             there</text>
  <text x="30" y="100">Hello there</text>

</svg>

Result: The two lines of text are aligned vertically with one space between the two words in each of them.
Expected: The leading spaces in the first line should shift the display position of the word "Hello". Also the spaces between the word "Hello" and the word "there" of the first line should be persevered.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141206/48b34356/attachment-0002.html>


More information about the webkit-unassigned mailing list