Sha256: 70645fffe6655d844c5766104e6d965b3e09313f665627bd57dea3db60256314
Contents?: true
Size: 551 Bytes
Versions: 12
Compression:
Stored size: 551 Bytes
Contents
require 'green_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/gshoes-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
12 entries across 12 versions & 1 rubygems