@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.
|
|
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,
|