Sha256: 504c5fc6e85be147f84fe4f684d2cc79093f286d1b9316dab38f116a4c55544b
Contents?: true
Size: 387 Bytes
Versions: 15
Compression:
Stored size: 387 Bytes
Contents
Shoes.app do background black stack :top => 0.4, :left => 0.2 do @stripes = stack mask do title "Shoes", :weight => "bold", :size => 82 end end animate 10 do @stripes.clear do 20.times do |i| strokewidth 4 stroke rgb((0.0..0.5).rand, (0.0..1.0).rand, (0.0..0.3).rand) line 0, i * 5, 400, i * 8 end end end end
Version data entries
15 entries across 9 versions & 4 rubygems