RESOLVED DUPLICATE of bug 252129252194
[GPU Process] REGRESSION(259928@main): Assertion fails when drawing a PDFDocumentImage as a background-image
https://bugs.webkit.org/show_bug.cgi?id=252194
Summary [GPU Process] REGRESSION(259928@main): Assertion fails when drawing a PDFDocu...
Said Abou-Hallawa
Reported 2023-02-13 14:15:06 PST
Image::drawTiled() calls Image::draw() directly instead of calling GraphicsContext::drawImage(). For the PDFDocumentImage, this will hit an assertion failure and trial to draw the pdf image on a DisplayRecorder context.
Attachments
Said Abou-Hallawa
Comment 1 2023-02-13 14:56:44 PST
This is fixed by the patch of bug 252129. *** This bug has been marked as a duplicate of bug 252129 ***
Note You need to log in before you can comment on or make changes to this bug.