Method: Squib::DSL::SVG.accepted_params

Defined in:
lib/squib/dsl/svg.rb

.accepted_paramsObject



26
27
28
29
30
31
32
33
34
35
36
37
38
# File 'lib/squib/dsl/svg.rb', line 26

def self.accepted_params
  i(
    file
    x y width height
    blend mask
    crop_x crop_y crop_width crop_height
    crop_corner_radius crop_corner_x_radius crop_corner_y_radius
    flip_horizontal flip_vertical angle
    id force_id data
    range layout
    placeholder
   )
end