# frozen_string_literal: true # b=Atome.new( # { shape: { renderers: [:browser], id: :the_shape, type: :shape, attach: [:view], # left: 0, right: 0, top: 0, bottom: 0, width: 30, height: 30, overflow: :hidden, tag: {system: false} # } }) b=vector edition = <<~STR STR b.definition(edition) wait 1 do b.color(:yellow) end copy = <<~STR STR wait 2 do b.definition(copy) end wait 3 do b.color(:orange) b.width(33) end