Bug 186759

Summary: Implement text rendering on OffscreenCanvas
Product: WebKit Reporter: Fernando Serboncini <fserb>
Component: CanvasAssignee: Chris Lord <clord>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: clord, dino, hotaru, mmaxfield, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=202793
Bug Depends on: 202626, 202793, 202794, 219088, 224178, 224179    
Bug Blocks: 183720    

Description Fernando Serboncini 2018-06-18 06:09:40 PDT
After this PR https://github.com/whatwg/html/pull/3708, OffscreenCanvas will support text rendering both on document and on worker. Safari should really implement it.
Comment 1 Radar WebKit Bug Importer 2018-06-19 15:30:17 PDT
<rdar://problem/41266991>
Comment 2 Chris Lord 2021-04-22 16:26:21 PDT
I don't think this bug serves a purpose anymore, all text functions are now supported. Anything failing at this point is its own bug that can be dealt with on a case-by-case basis.