Sha256: 2a31b1dd8cf2c767f5b6d8f5fe47dae2c40074be50ed35795faa7bcac822e77a

Contents?: true

Size: 548 Bytes

Versions: 1

Compression:

Stored size: 548 Bytes

Contents

Atome.new(
  shape: { render: [:html], id: :crasher, type: :shape, parent: [:view], left: 99, right: 99, width: 99, height: 99,
           color: { render: [:html], id: :c315, type: :color,
                    red: 1, green: 0.15, blue: 0.15, alpha: 0.6 } }
)
text = Atome.new(
  text: { render: [:html], id: :text1, type: :text, parent: [:view], visual: { size: 33 }, string: "hello!", left: 399, top: 633, width: 199, height: 33,
  }
)

text.text.link(:c315)
# now we change the color all the obect that share the care modified
grab(:c315).red(0)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
atome-0.4.5.4 vendor/assets/build/medias/rubies/examples/link.rb