[Webkit-unassigned] [Bug 279050] New: SVG text path can't render Arabic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 3 00:03:36 PDT 2024


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

            Bug ID: 279050
           Summary: SVG text path can't render Arabic
           Product: WebKit
           Version: Safari 17
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ebrahim at gnu.org
                CC: fantasai.bugs at inkedblade.net, vitor.roriz at apple.com

Created attachment 472413

  --> https://bugs.webkit.org/attachment.cgi?id=472413&action=review

textpath text rendering is broken

This is akin to https://issues.chromium.org/issues/40366122

Compare the following to Chrome and Firefox,

data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"> <text x="100" y="100" font-size="28">سلام</text> <path fill="transparent" id="f" d="m100 200 L 200 200Z"/> <text font-size="28"> <textPath xlink:href="%23f">سلام</textPath> </text> </svg>

Expected:
To all look the same

Actual:
Safari text rendering for RTL text is broken

-- 
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/20240903/7a570cd3/attachment.htm>


More information about the webkit-unassigned mailing list