// fork from tw:ina_ani:シンプル
addDescription("h1","文字敷き詰め")
!choice = \(n)
evalExtArg(n)
scale(0.1)
grid(20,20)
lw(0.1)
choice(floor(rand()*2))
fs("#aef")
rect()
fs("#fff")
rect()
font("M+Thin")
fs("black")
lw(1)
grid(20,20)
scale(0.8)
choice(floor(rand()*5))
text("猫")
text("犬")
text("熊")
text("狸")
text("狐")