exodeui 2.6.9 → 2.6.10
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.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5245,7 +5245,7 @@ class aC {
|
|
|
5245
5245
|
}
|
|
5246
5246
|
} else if (B.type === "LineGraph")
|
|
5247
5247
|
this.renderLineGraph(A, B, i, D);
|
|
5248
|
-
else {
|
|
5248
|
+
else if (I.type !== "Group") {
|
|
5249
5249
|
if (A.beginPath(), B.type === "Rectangle") {
|
|
5250
5250
|
const y = B.corner_radius || 0;
|
|
5251
5251
|
y > 0 ? A.roundRect(-i / 2, -D / 2, i, D, y) : A.rect(-i / 2, -D / 2, i, D);
|