-
smichel registered the Calendar::Creator project.
2007-12-03 20:05:49 UTC in Calendar::Creator
-
the position of scaled images is not calculated correctly in case of a alignment=center.
This can be fixed by:
if ($xalign == 1) {
$xpos-=($img->{width}*$xscale)/2;
} elsif ($xalign == 2) {
$xpos-=($img->{width}*$xscale);
}
and:
if ($yalign == 1) {
$ypos-=($img->{height}*$yscale)/2;
} elsif ($yalign == 2) {
$ypos-=($img->{height}*$yscale);...
2007-05-14 09:40:27 UTC in PDF::Create
-
in line 806 the error output shall go to STDERR:
print STDERR $image->{error} . "\n";.
2007-05-14 09:36:38 UTC in PDF::Create
-
smichel committed patchset 111 of module CoolRay to the CoolRay CVS repository, changing 5 files.
2007-03-21 14:21:05 UTC in CoolRay
-
smichel committed patchset 110 of module CoolRay to the CoolRay CVS repository, changing 7 files.
2007-03-21 13:14:26 UTC in CoolRay
-
smichel committed patchset 102 of module CoolRay to the CoolRay CVS repository, changing 9 files.
2003-05-07 20:53:24 UTC in CoolRay
-
smichel committed patchset 101 of module CoolRay to the CoolRay CVS repository, changing 5 files.
2003-05-07 18:43:20 UTC in CoolRay
-
smichel committed patchset 92 of module CoolRay to the CoolRay CVS repository, changing 16 files.
2003-04-27 10:21:14 UTC in CoolRay