ait-canvas
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -156,3 +156,3 @@ const { | ||
function isPointInPath([x, y]) { | ||
function isPointInStroke([x, y]) { | ||
unwrap(lookup(this, CTX)).isPointInStroke(x, y); | ||
@@ -159,0 +159,0 @@ } |
{ | ||
"name": "ait-canvas", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Ait module with html canvas bindings", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
12033