@js-draw/math
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -88,2 +88,5 @@ "use strict"; | ||
} | ||
if (text === '') { | ||
return Color4.black; | ||
} | ||
// rgba?: Match both rgb and rgba strings. | ||
@@ -90,0 +93,0 @@ // ([,0-9.]+): Match any string of only numeric, '.' and ',' characters. |
{ | ||
"name": "@js-draw/math", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A math library for js-draw. ", | ||
@@ -48,3 +48,3 @@ "types": "./dist/mjs/lib.d.ts", | ||
], | ||
"gitHead": "3e77c7d833ecdc13bcb57e905280ba547629680a" | ||
"gitHead": "0cb756d3150c8b33dd9a3217faa7d18229688f34" | ||
} |
@@ -96,2 +96,6 @@ import Vec3 from './Vec3'; | ||
if (text === '') { | ||
return Color4.black; | ||
} | ||
// rgba?: Match both rgb and rgba strings. | ||
@@ -98,0 +102,0 @@ // ([,0-9.]+): Match any string of only numeric, '.' and ',' characters. |
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
430505
11759