Skip to content

Commit

Permalink
Y position update after rendering <textbox/>
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwans committed Mar 9, 2011
1 parent cbae02b commit c83bbfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/PDF/Template/Element/TextBox.pm
Expand Up @@ -112,6 +112,8 @@ sub render

$self->set_color($context, 'COLOR', 'both', 1);

$context->{Y} = $y - $self->{TEMP_H};

return 1;
}

Expand Down

0 comments on commit c83bbfa

Please sign in to comment.