[Webkit-unassigned] [Bug 84636] New: Add createPath and TextMetrics baseline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 23 14:42:50 PDT 2012


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

           Summary: Add createPath and TextMetrics baseline
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Canvas
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: chuck at jumis.com


Created an attachment (id=138429)
 --> (https://bugs.webkit.org/attachment.cgi?id=138429&action=review)
opaque CanvasPath and float baseline

This patch is intended to add a basic "CanvasPath createPath()" method to Canvas 2d which returns an opaque CanvasPath object that can be used later through beginPath(CanvasPath); It also adds float TextMetrics baseline accessed through measureText(str).baseline.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list