Sha256: d80910440935acab8a1cb9525f0d6ce0772811fbfaa119cc3e5a632ce58ad9e5
Contents?: true
Size: 821 Bytes
Versions: 7
Compression:
Stored size: 821 Bytes
Contents
# frozen_string_literal: true Atome.new( shape: { type: :shape, renderers: [:browser], id: :the_shape, attach: [:view], clones: [], left: 99, right: 99, width: 399, height: 99, # color: { renderers: [:browser], id: :c315, type: :color, attach: [:the_shape], # red: 0.3, green: 1, blue: 0.6, alpha: 1 } } ) Atome.new( shape: { type: :color, renderers: [:browser], id: :c315, attach: [:the_shape], red: 0.3, green: 1, blue: 0.6, alpha: 1 } ) Atome.new( shape: { renderers: [:browser], id: :the_shape2, type: :shape, attach: [:view], clones: [], left: 99, right: 99, width: 99, height: 99, } ) Atome.new( shape: { renderers: [:browser], id: :c31, type: :color, attach: [:the_shape2], red: 1, green: 0.15, blue: 0.15, alpha: 0.6 } )
Version data entries
7 entries across 7 versions & 1 rubygems