[webkit-reviews] review requested: [Bug 206055] Decoding an SVG off the main thread causes a crash : [Attachment 427409] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 30 06:40:10 PDT 2021


Chris Lord <clord at igalia.com> has asked  for review:
Bug 206055: Decoding an SVG off the main thread causes a crash
https://bugs.webkit.org/show_bug.cgi?id=206055

Attachment 427409: Patch

https://bugs.webkit.org/attachment.cgi?id=427409&action=review




--- Comment #3 from Chris Lord <clord at igalia.com> ---
Comment on attachment 427409
  --> https://bugs.webkit.org/attachment.cgi?id=427409
Patch

ImageBitmap obviously doesn't need an actual SVG document, it was only using
Image to get the bitmap data. Instead, use BitmapImage directly and bypass the
SVG and PDF document image loaders.


More information about the webkit-reviews mailing list