@eturnity/eturnity_maths
Advanced tools
Comparing version 7.48.0 to 7.48.1
{ | ||
"name": "@eturnity/eturnity_maths", | ||
"version": "7.48.0", | ||
"version": "7.48.1", | ||
"author": "Eturnity Team", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -174,3 +174,3 @@ import { translate2D, getDegree } from '../geometry' | ||
if (this.layer == 'moduleField') { | ||
if (this.layer == 'moduleField' && this.trimedOutline) { | ||
this.trimedOutline = this.trimedOutline.map((point) => { | ||
@@ -177,0 +177,0 @@ return addVector(point, vectorInMm) |
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
195704