MarkdownPreviewer/data/penrose/set.style
2025-08-24 18:01:57 +02:00

18 lines
250 B
Plaintext

canvas {
width = 100
height = 100
}
forall Set A; Set B
where SubSet(A, B) {
ensure contains(A.icon, B.icon, 5.0)
A.icon above B.icon
}
forall Set x {
x.icon = Circle {
strokeWidth : 0.0
}
ensure x.icon.r > 25
}