lib/atome/helpers/essentials.rb in atome-0.5.4.1.0 vs lib/atome/helpers/essentials.rb in atome-0.5.4.1.1
- old
+ new
@@ -15,9 +15,12 @@
attached: :matrix_color,
left: 100, top: 100, clones: [], preset: :matrix, attach: [:view] },
box: { type: :shape, width: 99, height: 99,
attached: :box_color, attach: [:view],
left: 100, top: 100, clones: [], preset: :box },
+ vector: { type: :shape, width: 99, height: 99,
+ attach: [:view],
+ left: 100, top: 100, clones: [], preset: :vector },
circle: { type: :shape, width: 99, height: 99, smooth: '100%',
attached: :circle_color, attach: [:view],
left: 100, top: 100, clones: [], preset: :circle },
shape: { type: :shape, width: 99, height: 99,
attached: :shape_color, attach: [:view],