lib/atome/helpers/essentials.rb in atome-0.5.1.1 vs lib/atome/helpers/essentials.rb in atome-0.5.1.4

- old
+ new

@@ -4,16 +4,16 @@ module Essentials @default_params = { render_engines: [:browser], element: { type: :element, renderers: [] }, box: { renderers: '', id: '', type: :shape, parents: [], children: [], width: 99, height: 99 }, - circle: { renderers: '', id: '', type: :shape, parents: [], children: [], width: 99, height: 99, left: 12, top: 12, + circle: { renderers: '', id: '', type: :shape, parents: [], children: [], width: 99, height: 99, smooth: '100%' }, shape: { renderers: '', id: '', width: 100, type: :shape, height: 100, left: 100, top: 100, color: { left: 0, top: 0, z: 0, red: 0.1, green: 0.9, blue: 0.9, alpha: 1, diffusion: :linear }, generator: :manual }, text: { type: :text, parents: [:view], children: [], visual: { size: 25 }, - data: 'this is a text sample', left: 300, top: 33, width: 199, height: 33 }, + data: 'this is a text sample', width: 199, height: 33 }, drm: { type: :drm }, shadow: {} } def self.default_params