// fork from tw:ina_ani:rect_circle
addDescription("h1","メリークリスマスな魔法陣")

scale(2)
 fs("black")
  rect()
scale(0.1)
 !a = 0
 loop(10)
  rotate(a/50)
   scale(a/4)
    flower(10)
     shift(0,3)
      lw(1)
       ss("#6f6")
        fs("green")
         poly(3,1)
     ss("white")
      fs("red")
       rotate(0.06)
        shift(0,3)
         circle(0.3)
      fs("yellow")
       rotate(0.04)
        shift(0,3)
         circle(0.3)
  !a = a + 1
scale(0.3)
 shift(0,-1)
  col("white")
   font("Bigelow Rules")
    lw(200)
     col("black")
      text("Merry Christmas")
    lw(140)
     col("red")
      text("Merry Christmas")
    lw(100)
     col("yellow")
      text("Merry Christmas")
    lw(50)
     col("white")
      text("Merry Christmas")
    lw(0)
     col("#363")
      text("Merry Christmas")
tw:ina_ani
mce2
1387893432