Skip to content

Commit fd7ad3a

Browse files
committed
Fix roundrect detail level
1 parent 92af16d commit fd7ad3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ShapeScript/StandardLibrary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ extension Dictionary where Key == String, Value == Symbol {
330330
width: 1,
331331
height: 1,
332332
radius: radius,
333-
detail: context.detail,
333+
detail: context.detail / 4,
334334
color: context.material.color
335335
).transformed(by: context.transform))
336336
},

0 commit comments

Comments
 (0)