// fork from tw:ina_ani:ino-2019
// fork from System:シンプル
scale(0.1)
  scale(4)
   fs("#ddd")
    font("Sigmar One")
     grid(5,5)
      scale(rand() * 0.4+0.2)
       rotate(rand())
        text("2019")
  fs("red")
   font("DejimaMincho")
    ss("transparent")
     scale(10)
      text("猪")
   font("Mikachan")
    shift(7, -3)
     !count = 0
     loop(4)
       shift(0,2*count)
        scale(1.3)
         text(stringCharAt("いのしし",count))
       !count = count + 1
tw:ina_ani
mce2
1546346245