Sha256: 7eeaac4619e47011aa5983bc43ea63e0a0208ea6d74605792c3f2d5736489d11
Contents?: true
Size: 205 Bytes
Versions: 2
Compression:
Stored size: 205 Bytes
Contents
# shape with path example svg = shape({ path: :apple, drag: true, width: 333, height: 333, atome_id: :the_path}) svg.touch do `$('#the_path').children().css({fill: 'blue'}).css({stroke: 'yellow'})` end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
atome-0.4.7.0 | vendor/assets/build/medias/rubies/examples/Old_examples/shape_with_path.rb |
atome-0.4.5.4 | vendor/assets/build/medias/rubies/examples/Old_examples/shape_with_path.rb |