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.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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodeui",
3
- "version": "2.6.9",
3
+ "version": "2.6.10",
4
4
  "description": "React Runtime for ExodeUI Animation Engine",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",