Sha256: efcba089b4ec561c8a3a7458c91a6e3b43254efcfafbc1426c10b802912c1715

Contents?: true

Size: 199 Bytes

Versions: 2

Compression:

Stored size: 199 Bytes

Contents

# Batch

c = circle({atome_id: :c, x: 200})
t = text({content: 'hello', atome_id: :t,x: 300, y: 96, height: 33})
e = box({atome_id: :e, x: 100})
batch([c, t, e]).y(66).color(:cyan).rotate(33).blur(3)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
atome-0.4.7.0 vendor/assets/build/medias/rubies/examples/Old_examples/batch.rb
atome-0.4.5.4 vendor/assets/build/medias/rubies/examples/Old_examples/batch.rb