RESOLVED DUPLICATE of bug 230187 Bug 231686
Browser crashes when drawing Japanese text on a canvas with some fonts
https://bugs.webkit.org/show_bug.cgi?id=231686
Summary Browser crashes when drawing Japanese text on a canvas with some fonts
Mouad Debbar
Reported 2021-10-13 10:55:55 PDT
## TL;DR Repro: https://jsfiddle.net/9w2u1z7k/9/show Simply load the repro link above on an iPhone iOS 15 Safari. The browser will crash. Older versions of iOS work fine, so this is a regression in iOS 15. ## Details When drawing Japanese or Chinese text on a canvas (e.g. "こんにちは世界" or "測試") with a font chain that includes "-apple-system", the browser crashes. The problem disappears if the text is in English (e.g. "Hello World"). The problem also disappears if "-apple-system" is removed from the font family chain.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-10-13 13:28:49 PDT
Alexey Proskuryakov
Comment 2 2021-10-14 16:45:47 PDT
Duplicate of bug 230187?
Wenson Hsieh
Comment 3 2021-10-14 18:02:26 PDT
(In reply to Alexey Proskuryakov from comment #2) > Duplicate of bug 230187? I've confirmed that it does not reproduce for me on a build of macOS that contains that fix. I think it's safe to assume that it's a dupe of #230187.
Myles C. Maxfield
Comment 4 2021-10-14 23:05:49 PDT
*** This bug has been marked as a duplicate of bug 230187 ***
Note You need to log in before you can comment on or make changes to this bug.