Sha256: 2621dc7ce615fd4bee36fed99633752dc5c968bd2b09c9a825ffc2d81c9981f5
Contents?: true
Size: 216 Bytes
Versions: 17
Compression:
Stored size: 216 Bytes
Contents
Shoes.app do background "#999" stroke "#000" x, y = nil, nil motion do |_x, _y| if x and y and (x != _x or y != _y) append do line x, y, _x, _y end end x, y = _x, _y end end
Version data entries
17 entries across 11 versions & 4 rubygems