lib/squib/sample_helpers.rb in squib-0.13.4 vs lib/squib/sample_helpers.rb in squib-0.14.beta1
- old
+ new
@@ -22,10 +22,10 @@
rect x: 460, y: @sample_y - 40, width: 600,
height: 180, fill_color: '#FFD655', stroke_color: 'black', radius: 15
text str: str, x: 460, y: @sample_y - 40,
width: 540, height: 180,
valign: 'middle', align: 'center',
- font: 'Times New Roman,Serif 24'
+ font: 'Times New Roman,Serif 8'
yield @sample_x, @sample_y
@sample_y += 200
end
end