Comparing version 0.9.17 to 0.9.19
{ | ||
"name": "fabric", | ||
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.", | ||
"version": "0.9.17", | ||
"version": "0.9.19", | ||
"author": "Juriy Zaytsev <kangax@gmail.com>", | ||
@@ -6,0 +6,0 @@ "keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"], |
@@ -701,4 +701,5 @@ (function() { | ||
var eventStub = { | ||
pageX: canvasOffset.left + 100, | ||
pageY: canvasOffset.top + 100 | ||
clientX: canvasOffset.left + 100, | ||
clientY: canvasOffset.top + 100, | ||
target: rect | ||
}; | ||
@@ -709,4 +710,5 @@ | ||
eventStub = { | ||
pageX: canvasOffset.left + 200, | ||
pageY: canvasOffset.top + 200 | ||
clientX: canvasOffset.left + 200, | ||
clientY: canvasOffset.top + 200, | ||
target: rect | ||
}; | ||
@@ -713,0 +715,0 @@ ok(!canvas.containsPoint(eventStub, rect), 'point at (200, 200) should NOT be within area (75, 75, 125, 125)'); |
@@ -34,3 +34,3 @@ (function() { | ||
'fontSize': 40, | ||
'fontWeight': 100, | ||
'fontWeight': 400, | ||
'fontFamily': 'Times New Roman', | ||
@@ -37,0 +37,0 @@ 'fontStyle': '', |
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5895560
18402