dielines 0.11.2 → 0.11.3
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/dielines.js +5 -1
- package/dist/dielines.js.map +1 -1
- package/dist/dielines.umd.cjs +1 -1
- package/dist/dielines.umd.cjs.map +1 -1
- package/package.json +3 -3
package/dist/dielines.js
CHANGED
|
@@ -6310,7 +6310,11 @@ const yo = (i, t, e) => {
|
|
|
6310
6310
|
return Array.isArray(n) ? n : n.identical ? [] : n.firstCurveInSecond ? [] : n.secondCurveInFirst ? [i, t] : [i];
|
|
6311
6311
|
}, pn = (i, t, e) => {
|
|
6312
6312
|
const n = (e == null ? void 0 : e.firstBoundaryInside) ?? !1, s = (e == null ? void 0 : e.secondBoundaryInside) ?? !1, r = n || s, o = (h, l, c) => h.segments.every(
|
|
6313
|
-
(u) => l.contains(u.midPoint, {
|
|
6313
|
+
(u) => l.contains(u.midPoint, {
|
|
6314
|
+
strokeIsInside: c
|
|
6315
|
+
}) && l.contains(u.firstPoint, {
|
|
6316
|
+
strokeIsInside: c
|
|
6317
|
+
})
|
|
6314
6318
|
);
|
|
6315
6319
|
if (r) {
|
|
6316
6320
|
if (o(i, t, s))
|