1
0
Fork 0
This commit is contained in:
Wouter van Wageningen 2023-03-03 22:02:57 +00:00
parent fe0ec212b0
commit 728704d15d
9 changed files with 423 additions and 13 deletions

View file

@ -4,7 +4,7 @@ export const crossbox = {
name: 'crossbox',
version,
macros: {
crossBox: function (so, { points, Point, paths, Path, getId }) {
crossbox: function (so, { points, Point, paths, Path, getId }) {
let id = getId()
let shiftFraction = 0.1
points[id + '_boxTopLeft'] = so.from.copy()