Sha256: 02cff5170231e31c0ccfe1391457e8e5922058998463b2ea0034a43da43b4d0b

Contents?: true

Size: 379 Bytes

Versions: 2

Compression:

Stored size: 379 Bytes

Contents

#
# Smiling face by Coraline Clark (age 5), 2013
#
Shoes.app do
  stack :top => 150 do
    @oval = oval  200, 1, 200, 200, :fill => mintcream
    @hair = star 200,  1, 80,  80
    @eye1 = star 300, 58, 10,  10, 6
    @eye2 = star 330, 58, 10,  10, 6
    @mouth= oval 310, 120, 70, 40, :fill => red
    @nose = line 310, 80, 340, 110
    @line = line 310, 140, 380, 140
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shoes-4.0.0.pre2 samples/simple-face.rb
shoes-4.0.0.pre1 samples/simple-face.rb