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.
836 B
836 B
Issue or Feature
Steps to Reproduce
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):