samples/shapes/_draw_shapes.rb in squib-0.13.4 vs samples/shapes/_draw_shapes.rb in squib-0.14.beta1

- old
+ new

@@ -16,10 +16,14 @@ stroke_width: 5, stroke_color: :orange, angle: -0.2 ellipse x: 675, y: 105, width: 65, height: 100, stroke_width: 5, stroke_color: :orange, angle: -0.2 - circle x: 600, y: 600, radius: 75, + circle x: 450, y: 600, radius: 75, + fill_color: :gray, stroke_color: :green, stroke_width: 8.0 + + circle x: 600, y: 600, radius: 75, # partial circle + arc_start: 1, arc_end: 4, arc_direction: :counter_clockwise, fill_color: :gray, stroke_color: :green, stroke_width: 8.0 triangle x1: 50, y1: 50, x2: 150, y2: 150, x3: 75, y3: 250,