From 8d524599f59afe570b7cfc8c84d4fcdd0ab3e3d2 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Mon, 29 Nov 2010 11:20:40 -0800 Subject: [PATCH] docs for patternQuality --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index 372a5d5..96c92cf 100644 --- a/Readme.md +++ b/Readme.md @@ -90,6 +90,14 @@ or specify the mime type: }); +### CanvasRenderingContext2d#patternQuality + +Given one of the values below will alter pattern (gradients, images, etc) render quality, defaults to _good_. + + - fast + - good + - best + ### Global Composite Operations In addition to those specified and commonly implemented by browsers, the following have been added: