lib/atome/helpers/essentials.rb in atome-0.5.3.4 vs lib/atome/helpers/essentials.rb in atome-0.5.3.7.2
- old
+ new
@@ -2,30 +2,26 @@
# use to sanitize and secure user input
module Essentials
@default_params = {
render_engines: [:browser],
+ collector: { type: :element, renderers: [], children: [] },
animation: { type: :animation, children: [] },
element: { type: :element, renderers: [], children: [] },
matrix: { renderers: [], id: '', type: :shape, parents: [], width: 99, height: 99,
attached: [:matrix_color], children: [],
- # color: { left: 0, top: 0, red: 0.1, green: 0.9, blue: 0.9, alpha: 1, diffusion: :linear },
left: 100, top: 100, clones: [], preset: :matrix },
box: { renderers: [], id: '', type: :shape, parents: [], width: 99, height: 99,
attached: [:box_color], children: [],
- # color: { left: 0, top: 0, red: 1, green: 0.3, blue: 0.3, alpha: 1, diffusion: :linear },
left: 100, top: 100, clones: [], preset: :box },
circle: { renderers: [], id: '', type: :shape, parents: [], width: 99, height: 99, smooth: '100%',
- # color: { left: 0, top: 0, red: 0.3, green: 0.9, blue: 0.9, alpha: 1, diffusion: :linear },
attached: [:circle_color], children: [],
left: 100, top: 100, clones: [], preset: :circle },
shape: { renderers: [], id: '', type: :shape, parents: [], width: 99, height: 99,
- attached: [:view_color], children: [],
- # color: { left: 0, top: 0, red: 0.6, green: 0.9, blue: 0.9, alpha: 1, diffusion: :linear },
+ attached: [:shape_color], children: [],
left: 100, top: 100, clones: [] },
text: { renderers: [], id: '', type: :text, parents: [:view], visual: { size: 25 },
attached: [:text_color], children: [],
- # color: { left: 0, top: 0, red: 0.3, green: 0.3, blue: 0.3, alpha: 1, diffusion: :linear },
data: 'this is a text sample', width: 199, height: 33, clones: [] },
drm: { type: :drm },
shadow: {},
color: {}
}