canvas-5-polyfill
Advanced tools
Comparing version
@@ -12,7 +12,2 @@ /** | ||
*/ | ||
var CanvasRenderingContext2D = CanvasRenderingContext2D; | ||
if (CanvasRenderingContext2D == undefined) { | ||
CanvasRenderingContext2D = require('canvas').Context2d; | ||
} | ||
if (CanvasRenderingContext2D.prototype.ellipse == undefined) { | ||
@@ -19,0 +14,0 @@ CanvasRenderingContext2D.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle, antiClockwise) { |
{ | ||
"name": "canvas-5-polyfill", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Polyfill for HTML 5 Canvas features.", | ||
@@ -5,0 +5,0 @@ "main": "canvas.js", |
Sorry, the diff of this file is too big to display
175054
-0.19%5230
-19.14%4793
-0.17%