Sha256: e4aff1e781b88b5d9f164193a25bec8618406c0e42103eae5e8cce02adb80e98

Contents?: true

Size: 308 Bytes

Versions: 6

Compression:

Stored size: 308 Bytes

Contents

#
# From "Cut Holes in Shoes and Get a Mask"
# http://github.com/shoes/shoes/wiki/Cut-Holes-In-Shoes-And-Get-A-Mask
#
Shoes.app 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 * 4, 400, i * 4
  end

  mask do
    title "Shoes"
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
scarpe-0.4.0 examples/legacy/not_checked/shoes-contrib/art/mask.rb
scarpe-0.3.0 examples/legacy/not_checked/shoes-contrib/art/mask.rb
scarpe-0.2.2 examples/legacy/not_checked/shoes-contrib/art/mask.rb
lacci-0.2.1 examples/legacy/not_checked/shoes-contrib/art/mask.rb
scarpe-0.2.1 examples/legacy/not_checked/shoes-contrib/art/mask.rb
scarpe-0.2.0 examples/legacy/not_checked/shoes-contrib/art/mask.rb