[Webkit-unassigned] [Bug 248357] SVG text selection has bugs with collapsed whitespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 4 15:53:27 PDT 2023


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

--- Comment #4 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Only got this failure locally: svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg

This would make it pass:

<svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 160 120">
<g id="container"/>

<!-- "Squ" should be selected, char 8-10 -->
<text id="test" x="10" y="10" font-family="Arial" font-size="10" textLength="50" lengthAdjust="spacingAndGlyphs">Text to Squeeze</text>

<script xlink:href="resources/SelectionTestCase.js"/>
<script>selectRange("test", 8, 10, "o ");</script>
</svg>

-- 
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/20230904/8381a287/attachment.htm>


More information about the webkit-unassigned mailing list