This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14305 - interface CanvasGradient { // opaque object void addColorStop(double offset, DOMString color); }; interface CanvasPattern { // opaque object }; interface TextMetrics { readonly attribute double width; }; interface ImageData { readonly attribu
Summary: interface CanvasGradient { // opaque object void addColorStop(double offs...
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML Canvas 2D Context (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-27 14:58 UTC by contributor
Modified: 2011-09-27 15:09 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2011-09-27 14:58:50 UTC
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