[Webkit-unassigned] [Bug 202626] New: Move font-rendering code from CanvasRenderingContext2D to CanvasRenderingContext2DBase to be used with OffscreenCanvas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 7 01:15:32 PDT 2019


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

            Bug ID: 202626
           Summary: Move font-rendering code from CanvasRenderingContext2D
                    to CanvasRenderingContext2DBase to be used with
                    OffscreenCanvas
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Canvas
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clord at igalia.com
                CC: dino at apple.com
            Blocks: 186759

Previous work on bug 183720 moves much of Canvas 2d's to a base class. The font functions are skipped mainly I assume due to a reliance on Document to be able to use fonts. This bug is for moving that functionality into the relevant base classes, but not necessarily removing the Document dependency (which is a much larger task that it'd be sensible to split as much work away from as possible).


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=186759
[Bug 186759] Implement text rendering on OffscreenCanvas
-- 
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/20191007/05c6ac86/attachment-0001.html>


More information about the webkit-unassigned mailing list