Sha256: 8edaebc5124af2be2be09fd3d6b23c829d00a41a2f8f30d53a37b1ab520de1e7

Contents?: true

Size: 481 Bytes

Versions: 1

Compression:

Stored size: 481 Bytes

Contents

# frozen_string_literal: true

b=box({width: 300, height: 333})
image({id: :logo,path: 'medias/images/logos/atome.svg', width: 66, left: 555})
grab(:black_matter).image({id: :planet,path: 'medias/images/red_planet.png', width: 66,height: 66,  left: 555, top: 180})


new({particle: :fill})

new({ method: :fill, renderer: :html }) do |params|
  html.fill(params)
end
b.fill({atome:  :logo, width: 33, height: 33 })

wait 1 do
  b.fill({atome:  :planet, width: 33, height: 33 })
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
atome-0.5.6.6.1 vendor/assets/application/examples/fill.rb