Travis fix: adding save/restore to fix matrix problem

dev
Andy Meneely 2015-04-01 10:02:16 -04:00
parent 5c4d7c368f
commit acdb56d894
1 changed files with 2 additions and 1 deletions

View File

@ -161,8 +161,9 @@ module Squib
cc.move_to(0, vertical_start)
cc.update_pango_layout(layout)
cc.save
cc.show_pango_layout(layout)
cc.restore
embed_draws.each { |ed| ed[:draw].call(self, ed[:x], ed[:y] + vertical_start) }
draw_text_hint(cc, x, y, layout, hint, angle)
extents = { width: layout.extents[1].width / Pango::SCALE,