Re: [whatwg] Canvas: imageSmoothingEnabled not part of the state stack?

2012-05-29 Thread Ian Hickson
On Fri, 18 May 2012, Stephen White wrote:

 Looking into some of the features recently added to the canvas spec, I 
 noticed that imageSmoothingEnabled wasn't added to the list of 
 attributes saved and restored in the canvas state (in sec. 4.8.11.1.1).  
 This also seems to be the case for the new line dash parameters.
 
 Intentional, or oversight?

Oversight. Fixed. Thanks.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


[whatwg] Canvas: imageSmoothingEnabled not part of the state stack?

2012-05-18 Thread Stephen White
Looking into some of the features recently added to the canvas spec, I
noticed that imageSmoothingEnabled wasn't added to the list of attributes
saved and restored in the canvas state (in sec. 4.8.11.1.1).  This also
seems to be the case for the new line dash parameters.

Intentional, or oversight?

Stephen