Updated debugging for new args classes

dev
Andy Meneely 2015-07-12 00:51:57 -04:00
parent 3783640889
commit f2d693f8ff
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ module Squib
# :nodoc: # :nodoc:
# @api private # @api private
def text(embed, para, box, trans, draw) def text(embed, para, box, trans, draw)
Squib.logger.debug {"Placing '#{str}'' with font '#{font}' @ #{box.x}, #{box.y}, color: #{draw.color}, angle: #{angle} etc."} Squib.logger.debug {"Rendering text with: \n#{para} \nat:\n #{box} \ndraw:\n #{draw} \ntransform: #{trans}"}
extents = nil extents = nil
use_cairo do |cc| use_cairo do |cc|
cc.set_source_squibcolor(draw.color) cc.set_source_squibcolor(draw.color)