Method: Squib::DSL::SafeZone.accepted_params

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

.accepted_paramsObject



20
21
22
23
24
25
# File 'lib/squib/dsl/safe_zone.rb', line 20

def self.accepted_params
  %i(x y width height margin angle
     x_radius y_radius radius
     fill_color stroke_color stroke_width stroke_strategy join dash cap
     range layout)
end