Sha256: d15d002ed1a406917f0a0f03fc50ba3b49fb9125ec82cdaf554677f27f255a48

Contents?: true

Size: 558 Bytes

Versions: 2

Compression:

Stored size: 558 Bytes

Contents

require 'purple_shoes'

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(DIR, '../static/purple_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
purple_shoes-0.7.166 samples/sample24.rb
purple_shoes-0.6.153 samples/sample24.rb