diff options
Diffstat (limited to 'lib/scale/shapes/rectangle.rb')
| -rw-r--r-- | lib/scale/shapes/rectangle.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/scale/shapes/rectangle.rb b/lib/scale/shapes/rectangle.rb index 8aaa01e..a51b993 100644 --- a/lib/scale/shapes/rectangle.rb +++ b/lib/scale/shapes/rectangle.rb @@ -4,6 +4,9 @@ module Scale attribute :width, String attribute :height, String attribute :fill, String + attribute :fill_opactiy, String + attribute :stroke, String + attribute :stroke_opacity, String attribute :x, Integer attribute :y, Integer attribute :rx, Integer |
