Some line fixes

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-01-22 12:07:09 +13:00
parent 38e59df85c
commit a69da088cd
3 changed files with 22 additions and 22 deletions

View File

@ -650,7 +650,7 @@ sketch001 = startSketchOn('XZ')
bing = { yo: 55 }
myNestedVar = [
{
prop: line([bing.yo, 21], sketch001)
prop: line(end = [bing.yo, 21], tag = sketch001)
}
]
`