From cf2a04c5647fa964b8d825e6e84d5087f71d2c01 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 20 Oct 2014 09:06:02 -0400 Subject: [PATCH] Fixing debug --- lib/squib/graphics/text.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/squib/graphics/text.rb b/lib/squib/graphics/text.rb index 024dfdb..4bcd1c8 100644 --- a/lib/squib/graphics/text.rb +++ b/lib/squib/graphics/text.rb @@ -89,7 +89,7 @@ module Squib x, y, width, height, markup, justify, wrap, ellipsize, spacing, align, valign, hint, angle) - Squib.logger.debug {"Placing '#{str}'' with font '#{font}' @ #{x}, #{y}, color: #{color}, rotate: #{rotation} etc."} + Squib.logger.debug {"Placing '#{str}'' with font '#{font}' @ #{x}, #{y}, color: #{color}, angle: #{angle} etc."} use_cairo do |cc| cc.set_source_color(color) cc.move_to(x,y)