--- loncom/xml/londefdef.pm 2023/03/25 18:38:27 1.470 +++ loncom/xml/londefdef.pm 2023/03/25 22:11:11 1.471 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.470 2023/03/25 18:38:27 raeburn Exp $ +# $Id: londefdef.pm,v 1.471 2023/03/25 22:11:11 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -4313,10 +4313,10 @@ sub resize_image { $height_param=$TeXwidth/$old_width_param*$height_param; } } elsif ($TeXheight) { - $height_param = $TeXheight; if ($height_param) { $width_param = $TeXheight/$height_param*$width_param; } + $height_param = $TeXheight; } elsif ($width) { my $old_width_param=$width_param; $width_param = $width*$scaling;