Updated debugging for new args classes
parent
3783640889
commit
f2d693f8ff
|
|
@ -112,7 +112,7 @@ module Squib
|
|||
# :nodoc:
|
||||
# @api private
|
||||
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
|
||||
use_cairo do |cc|
|
||||
cc.set_source_squibcolor(draw.color)
|
||||
|
|
|
|||
Loading…
Reference in New Issue