class PrawnHtml::Callbacks::Background

def render_behind(fragment)

def render_behind(fragment)
  top, left = fragment.top_left
  @pdf.draw_rectangle(x: left, y: top, width: fragment.width, height: fragment.height, color: @color)
end