You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
836 B
25 lines
836 B
9 years ago
|
<!----------------------------------- STOP! ----------------------------------->
|
||
|
<!---
|
||
|
Having trouble installing node-canvas? Please make sure you have read
|
||
|
the installation instructions located here before asking for help:
|
||
|
https://github.com/Automattic/node-canvas#installation
|
||
|
Still having problems, found a bug or want a feature? Fill out the form below.
|
||
|
-->
|
||
|
|
||
|
<!--- Provide a general summary of the issue in the Title above -->
|
||
|
|
||
|
## Issue or Feature
|
||
|
<!--- Provide info about the bug or feature. -->
|
||
|
|
||
|
## Steps to Reproduce
|
||
|
<!--- For bugs, provide a short, complete code example to reproduce the issue. -->
|
||
|
```js
|
||
|
var Canvas = require('canvas');
|
||
|
var canvas = new Canvas(200, 200);
|
||
|
var ctx = canvas.getContext('2d');
|
||
|
// etc.
|
||
|
```
|
||
|
|
||
|
## Your Environment
|
||
|
* Version of node-canvas (e.g. 1.4.0):
|
||
|
* Environment (e.g. node 4.2.0 on Mac OS X 10.8):
|