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)