Sha256: 89cd32d15794ce577a0de7ea38915111e195387bfce8abdd3fa121b1a0b20a79
Contents?: true
Size: 583 Bytes
Versions: 1
Compression:
Stored size: 583 Bytes
Contents
# frozen_string_literal: true col=color({red: 1, blue: 1, id: :the_col}) c=circle b=box({left: 333}) c2=circle({top: 190, width: 99, height: 99}) c2.border({ thickness: 5, color: color(:blue), pattern: :dotted }) c.border({ thickness: 5, color: col, pattern: :dotted }) b.border({ thickness: 5, color: col, pattern: :dotted }) # # frozen_string_literal: true # # col=color({red: 1, blue: 1, id: :the_col}) # # # c=circle # b=box({left: 333}) # # b.attached([col.id]) # c.border({ thickness: 5, pattern: :dotted }) # b.border({ thickness: 5, attached: col.id, pattern: :dotted })
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
atome-0.5.6.3.9 | vendor/assets/application/examples/border.rb |