@mlightcad/mtext-renderer 0.10.5 → 0.10.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30444,7 +30444,7 @@ var P1 = Sc((L) => {
30444
30444
  const i = new Lt();
30445
30445
  if (r && typeof r == "object") {
30446
30446
  const s = r;
30447
- typeof s.aci == "number" && (i.aci = s.aci), typeof s.rgbValue == "number" && (i.rgbValue = s.rgbValue);
30447
+ typeof s._aci == "number" && (i.aci = s._aci), typeof s._rgbValue == "number" && (i.rgbValue = s._rgbValue);
30448
30448
  }
30449
30449
  return {
30450
30450
  byLayerColor: t.byLayerColor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mlightcad/mtext-renderer",
3
- "version": "0.10.5",
3
+ "version": "0.10.6",
4
4
  "description": "AutoCAD MText renderer based on Three.js",
5
5
  "license": "MIT",
6
6
  "author": "MLight Lee <mlight.lee@outlook.com>",