Browse Source

docs for patternQuality

v1.x
Tj Holowaychuk 14 years ago
parent
commit
8d524599f5
  1. 8
      Readme.md

8
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 ### Global Composite Operations
In addition to those specified and commonly implemented by browsers, the following have been added: In addition to those specified and commonly implemented by browsers, the following have been added:

Loading…
Cancel
Save