Sha256: 7b699ef25727c41cfe3ce801cac55a88121c9c7101dc3c3e1715ee0d2c4f881c
Contents?: true
Size: 493 Bytes
Versions: 3
Compression:
Stored size: 493 Bytes
Contents
# frozen_string_literal: true b = box({left: 333}) b.circle({top: 66, id: :the_circle, color: :green}) wait 4 do b.delete(true) end wait 3 do b.children.each do |attached_atome_id| b.delete({id: attached_atome_id}) b.shadow({ renderers: [:browser], id: :shadow2, type: :shadow, parents: [], children: [], left: 3, top: 9, blur: 3, direction: '', red: 0, green: 0, blue: 0, alpha: 1 }) end end wait 2 do b.delete(:left) end
Version data entries
3 entries across 3 versions & 1 rubygems