[Webkit-unassigned] [Bug 245248] New: text-transform causes incorrect text placement in svg

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 15 15:09:34 PDT 2022


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

            Bug ID: 245248
           Summary: text-transform causes incorrect text placement in svg
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zlip.792 at gmail.com
                CC: sabouhallawa at apple.com, zimmermann at kde.org

Hi Team,

This would be another Blink Merge Candidate bug. I was not able to find any similar bug so I created a new.

The issue stems from where "whitespace" causes text within SVG to misplace and not render properly while using text-transform.

This was fixed by Blink in this commit - https://src.chromium.org/viewvc/blink?view=revision&revision=184655

and in Webkit, we have to modify following:

https://github.com/WebKit/WebKit/blob/e3e969227c9e4c59148f4e78a81fb9cbc6e2a3a3/Source/WebCore/rendering/svg/RenderSVGInlineText.cpp#L100

and add few bits in above and also in here:

https://github.com/WebKit/WebKit/blob/0d7afc5a45c140c44497a81e92416f01306be877/Source/WebCore/rendering/svg/RenderSVGInlineText.h#L50

I am going to take it up and fix it and see how it goes.

Thanks!

-- 
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/20220915/5087d0c3/attachment.htm>


More information about the webkit-unassigned mailing list