HTML5 The ___________ method must add the scaling transformation described by the arguments to the transformation matrix. scale(x, y) none of the mentioned translate(x, y) rotate(angle) scale(x, y) none of the mentioned translate(x, y) rotate(angle) ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which method must clear the pixels in the specified rectangle that also intersects the current clipping region to a fully transparent black, erasing any previous image? clearRect(x, y, w, h) strokeRect(x, y, w, h) none of the mentioned fillRect(x, y, w, h) clearRect(x, y, w, h) strokeRect(x, y, w, h) none of the mentioned fillRect(x, y, w, h) ANSWER DOWNLOAD EXAMIANS APP
HTML5 When the _____________ method is passed an animated image as its image argument, the user agent must use the poster frame of the animation, or, if there is no poster frame, the first frame of the animation. imageData() none of the mentioned drawImage() measureText() imageData() none of the mentioned drawImage() measureText() ANSWER DOWNLOAD EXAMIANS APP
HTML5 The ____________ method must create a new clipping region by calculating the intersection of the current clipping region and the area described by the current path, using the non-zero winding number rule. stroke() fill() none of the mentioned clip() stroke() fill() none of the mentioned clip() ANSWER DOWNLOAD EXAMIANS APP
HTML5 The ____________ method must fill all the subpaths of the current path, using fillStyle, and using the non-zero winding number rule. fill() clip() stroke() none of the mentioned fill() clip() stroke() none of the mentioned ANSWER DOWNLOAD EXAMIANS APP