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

Version Path
scarpe-0.4.0 examples/legacy/not_checked/shoes-contrib/simple/simple-draw.rb
scarpe-0.3.0 examples/legacy/not_checked/shoes-contrib/simple/simple-draw.rb
scarpe-0.2.2 examples/legacy/not_checked/shoes-contrib/simple/simple-draw.rb
lacci-0.2.1 examples/legacy/not_checked/simple/draw.rb
lacci-0.2.1 examples/legacy/not_checked/shoes-dep-samples/simple-draw.rb
lacci-0.2.1 examples/legacy/not_checked/shoes-contrib/simple/simple-draw.rb
scarpe-0.2.1 examples/legacy/not_checked/shoes-contrib/simple/simple-draw.rb
scarpe-0.2.1 examples/legacy/not_checked/shoes-dep-samples/simple-draw.rb
scarpe-0.2.1 examples/legacy/not_checked/simple/draw.rb
scarpe-0.2.0 examples/legacy/not_checked/simple/draw.rb
scarpe-0.2.0 examples/legacy/not_checked/shoes-dep-samples/simple-draw.rb
scarpe-0.2.0 examples/legacy/not_checked/shoes-contrib/simple/simple-draw.rb
shoes-4.0.0.pre2 samples/simple-draw.rb
shoes-4.0.0.pre1 samples/simple-draw.rb
shoes-3.0.1 samples/simple-draw.rb
shoesgem-0.1514.0 shoes/samples/simple-draw.rb
shoesgem-0.1424.0 shoes/samples/simple-draw.rb