Sha256: 11a65c4ad886a046aa1688efe44d26cd4c8aa0ef368e4bcb8b87e30c8310b631

Contents?: true

Size: 510 Bytes

Versions: 2

Compression:

Stored size: 510 Bytes

Contents

Shoes.app width: 400, height: 400 do
  cap [:rect, :curve, :project][rand 3]
  background yellow
  rect 0, 0, 100, 100
  rect 100, 100, 100, 100
  rect 200, 200, 100, 100
  rect 0, 200, 100, 100
  rect 200, 0, 100, 100
  stroke File.join(Shoes::DIR, 'static/shoes-icon.png')
  strokewidth 10
  line 355, 180, 5, 111, strokewidth: 20
  stroke red
  line 0, 0, 100, 0
  line 0, 100, 0, 0
  line 300, 200, 200, 200
  line 100, 200, 200, 100
  stroke white
  line 200, 200, 200, 300
  line 300, 200, 200, 100
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shoes-4.0.0.pre2 samples/sample24.rb
shoes-4.0.0.pre1 samples/sample24.rb