@euphrasiologist/lwphylo 1.2.17 → 1.2.18

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 CHANGED
@@ -601,7 +601,7 @@ function getChildArcsFan(pd) {
601
601
  radius: parent.r, // IMPORTANT: draw at the PARENT circle
602
602
  start,
603
603
  end,
604
- sweep: 0 // CCW (matches describeArcSweep usage)
604
+ sweep: 1 // CCW (matches describeArcSweep usage)
605
605
  });
606
606
  }
607
607
  }