Sha256: 0551b0dd35e77752ec15c91e729a05fd092dde782e29577d498a0b991a080109

Contents?: true

Size: 403 Bytes

Versions: 6

Compression:

Stored size: 403 Bytes

Contents

#  frozen_string_literal: true

t = text :hello
t.left(99)

t.edit(true)

b=box
b.touch(true) do
  puts t.data
end
# # frozen_string_literal: true
#
# c = circle({ id: :the_circle, left: 122, color: :orange, drag: { move: true, inertia: true, lock: :start } })
# col = c.color({ id: :col1, red: 1, blue: 1 })
# wait 2 do
#   col.red(0.6)
#   wait 2 do
#     col.red(0) # Appel en écriture
#   end
# end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
atome-0.5.5.6.9 vendor/assets/application/examples/edit.rb
atome-0.5.5.6.8 vendor/assets/application/examples/edit.rb
atome-0.5.5.6.7.9 vendor/assets/application/examples/edit.rb
atome-0.5.5.6.6 vendor/assets/application/examples/edit.rb
atome-0.5.5.6.5 vendor/assets/application/examples/edit.rb
atome-0.5.5.6.4 vendor/assets/application/examples/edit.rb