Allow unit conversion on radius for star

dev
Andy Meneely 2015-05-22 05:32:27 -04:00
parent 6cf6ec8099
commit 6d8e44920b
1 changed files with 2 additions and 0 deletions

View File

@ -149,7 +149,9 @@ module Squib
:dy => :dx, # delta
:gap => :gap,
:height => :height,
:inner_radius => :inner_radius
:margin => :margin,
:outer_radius => :outer_radius,
:paper_width => :width,
:paper_height => :height,
:rect_radius => :radius,