Comparing version 2.8.7 to 2.8.8
/** | ||
* oCanvas v2.8.7 | ||
* oCanvas v2.8.8 | ||
* http://ocanvas.org/ | ||
@@ -4,0 +4,0 @@ * |
{ | ||
"name": "ocanvas", | ||
"version": "2.8.7", | ||
"version": "2.8.8", | ||
"author": "Johannes Koggdal <johannes@koggdal.com>", | ||
@@ -5,0 +5,0 @@ "description": "Library for HTML5 Canvas, based on objects instead of pixels.", |
@@ -7,3 +7,3 @@ (function(window, document, undefined){ | ||
// Version number of this oCanvas release. | ||
version: "2.8.7", | ||
version: "2.8.8", | ||
@@ -10,0 +10,0 @@ // Array containing all canvases created by oCanvas on the current page |
@@ -512,3 +512,3 @@ (function(oCanvas, window, document, undefined){ | ||
this.scalingX = size.x / currentWidth; | ||
this.scalingX = size.y / currentHeight; | ||
this.scalingY = size.y / currentHeight; | ||
@@ -515,0 +515,0 @@ return this; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3117200
56
63859