- From: <bugzilla@jessica.w3.org>
- Date: Tue, 27 Sep 2011 14:58:50 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14305
Summary: interface CanvasGradient { // opaque object void
addColorStop(double offset, DOMString color); };
interface CanvasPattern { // opaque object };
interface TextMetrics { readonly attribute double
width; }; interface ImageData { readonly attribu
Product: HTML WG
Version: unspecified
Platform: Other
URL: http://www.whatwg.org/specs/web-apps/current-work/#2dc
ontext
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: HTML Canvas 2D Context (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: contributor@whatwg.org
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
Specification:
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html
Multipage: http://www.whatwg.org/C#2dcontext
Complete: http://www.whatwg.org/c#2dcontext
Comment:
interface CanvasGradient { // opaque object void addColorStop(double
offset, DOMString color); }; interface CanvasPattern { // opaque object };
interface TextMetrics { readonly attribute double width; }; interface
ImageData { readonly attribute unsigned long width; readonly attribute
unsigned long height; readonly attribute Uint8ClampedArray data;
Posted from: 72.66.250.26
User agent: Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.1 (KHTML, like
Gecko) Chrome/14.0.835.186 Safari/535.1
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Tuesday, 27 September 2011 14:58:52 UTC