Correct positioning of WEEK special.

This commit is contained in:
Dianne Skoll
2025-11-02 21:18:17 -05:00
parent 523cfb7bf5
commit f6ab660c5e

View File

@@ -152,7 +152,7 @@ sub render
$cr->save();
Remind::PDF->set_cr_color($cr, $settings->{daynum_color});
$cr->move_to($x2 - $settings->{border_size}/2 - $wid, $y2 + $settings->{border_size} - $h);
$cr->move_to($x2 - $settings->{border_size}/2 - $wid, $y2 - $h);
my $url;
if ($self->{info} && $self->{info}->{url}) {
$url = $self->{info}->{url};