# I made this for a goban that I am # building in Second Life. I will composite this on # top of a woodgrain image.
# Go board grid using dimensions found at # senseis.xmp.net/?EquipmentDimensions
startshape board background {a -1}
rule board {
grid {s 1 1.07143}
}
rule grid {
SQUARE {a -1 s 424 x 212 y 212} lines {x 14 y 14} lines {x 14 y 14 flip 45} stars {x 14 y 14}
}
rule lines {
19* {y 22} SQUARE {s 396 1 x 198}
}
rule stars {
3* {y 132} star_row{y 66}
}
rule star_row {
3* {x 132} CIRCLE {s 4 x 66}
}