samples/text/_text.rb in squib-0.12.0 vs samples/text/_text.rb in squib-0.13.0

- old
+ new

@@ -41,7 +41,7 @@ sample 'Text can be rotated about the upper-left corner of the text box. Unit is in radians.' do |x, y| text str: 'Rotated', hint: :red, x: x, y: y, angle: Math::PI / 6 end - save_png prefix: '_text_', dir: '.' + save_png prefix: '_text_' end