@meta2d/form-diagram
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "@meta2d/form-diagram", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "The form library based on le5le meta2d.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,2 +13,5 @@ export function time(pen, ctx) { | ||
} | ||
if (!pen.interval) { | ||
pen.onAdd(pen); | ||
} | ||
if (path instanceof Path2D) | ||
@@ -15,0 +18,0 @@ return path; |
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
139747
1950