[Webkit-unassigned] [Bug 136941] ASSERTION FAILED: !visualMetricsValues.isEmpty() in WebCore::SVGTextLayoutEngine::layoutTextOnLineOrPath

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 26 01:53:22 PST 2022


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

--- Comment #6 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
I tried to fix this in following pull request:

https://github.com/WebKit/WebKit/pull/6324

and Chrome / Blink patch 1-1 is not possible because isSVG() is not in RenderElement and I had to use isSVGRoot() or isSVGElement() to make it compile.

I think it has pre-requisite so I think it might be not possible to merge right now.

We are still hitting this assertion with this testcase in mac-AS-debug-wk2.

Just wanted to update. I might come back later in future once I think I have landed any pre-requisite. 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/20221126/205ce8bb/attachment.htm>


More information about the webkit-unassigned mailing list