Sha256: 0c1f747288129fa35580f060fb38eeedde7ce2b16b9743f3ac69c1c21e9677ec
Contents?: true
Size: 438 Bytes
Versions: 1
Compression:
Stored size: 438 Bytes
Contents
# frozen_string_literal: true # # Smiling face by Coraline Clark (age 5), 2013 # Shoes.app do stack margin_top: 150, width: 1.0, height: 1.0 do @oval = oval 200, 1, 200, 200, fill: mintcream @hair = star 120, -80, 80, 80 @eye1 = star 290, 48, 10, 10, 6 @eye2 = star 320, 48, 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre12 | samples/simple_face.rb |