Browse Source

Anti-Aliasing example

v1.x
Tj Holowaychuk 14 years ago
parent
commit
dc19ed67a1
  1. 6
      Readme.md

6
Readme.md

@ -114,13 +114,17 @@ Given one of the values below will alter pattern (gradients, images, etc) render
## Anti-Aliasing
Set anti-aliasing mode:
Set anti-aliasing mode
- default
- none
- gray
- subpixel
For example:
ctx.antialias = 'none';
## Benchmarks
Although node-canvas is extremely new, and we have not even begun optimization yet it is already quite fast. For benchmarks vs other node canvas implementations view this [gist](https://gist.github.com/664922), or update the submodules and run `$ make benchmark` yourself.

Loading…
Cancel
Save