samples/shapes/_draw_shapes.rb in squib-0.15.3 vs samples/shapes/_draw_shapes.rb in squib-0.16.0.pre.preview1

- old
+ new

@@ -1,11 +1,11 @@ require 'squib' Squib::Deck.new do background color: :white - grid x: 10, y: 10, width: 50, height: 50, stroke_color: '#0066FF', stroke_width: 1.5, angle: 0.1 - grid x: 10, y: 10, width: 200, height: 200, stroke_color: '#0066FF', stroke_width: 3, angle: 0.1 + grid x: 10, y: 10, width: 50, height: 50, stroke_color: '#0066FF', stroke_width: 1.5 + grid x: 10, y: 10, width: 200, height: 200, stroke_color: '#0066FF', stroke_width: 3 rect x: 305, y: 105, width: 200, height: 50, dash: '4 2' rect x: 300, y: 300, width: 400, height: 400, fill_color: :blue, stroke_color: :red, stroke_width: 50.0,