More work on PDF rendering.

This commit is contained in:
Dianne Skoll
2022-01-27 12:41:24 -05:00
parent 153b7df5fc
commit 2ac6378fea
3 changed files with 41 additions and 15 deletions
+8
View File
@@ -64,6 +64,14 @@ package Remind::PDF::Entry::htmlclass;
use base 'Remind::PDF::Entry';
package Remind::PDF::Entry::week;
use base 'Remind::PDF::Entry';
sub render
{
my ($self, $month, $cr, $settings, $so_far, $day, $col, $height) = @_;
# Do nothing in pre-render mode
return 0 unless $height;
}
package Remind::PDF::Entry::moon;
use base 'Remind::PDF::Entry';