Allow unit conversion on radius for star
parent
6cf6ec8099
commit
6d8e44920b
|
|
@ -149,7 +149,9 @@ module Squib
|
||||||
:dy => :dx, # delta
|
:dy => :dx, # delta
|
||||||
:gap => :gap,
|
:gap => :gap,
|
||||||
:height => :height,
|
:height => :height,
|
||||||
|
:inner_radius => :inner_radius
|
||||||
:margin => :margin,
|
:margin => :margin,
|
||||||
|
:outer_radius => :outer_radius,
|
||||||
:paper_width => :width,
|
:paper_width => :width,
|
||||||
:paper_height => :height,
|
:paper_height => :height,
|
||||||
:rect_radius => :radius,
|
:rect_radius => :radius,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue