Diff for /loncom/homework/imageresponse.pm between versions 1.69 and 1.70

version 1.69, 2005/05/23 11:02:59 version 1.70, 2005/06/07 22:43:08
Line 477  sub end_image { Line 477  sub end_image {
  #  Gnuplot e.g. just generates the latex to put inplace.   #  Gnuplot e.g. just generates the latex to put inplace.
  #   #
  my $graphinclude;   my $graphinclude;
  if ($src =~ /^\\graphicspath/) {   if ($src =~ /^%DYNAMICIMAGE/) {
       # This is needed because the newline is not always passed -> tex.
       # At present we don't care about the sizing info.
   
       my ($commentline, $restofstuff) = split(/\n/, $src);
     $graphinclude = $src;      $graphinclude = $src;
       $graphinclude =~ s/^$commentline//;
  } else {   } else {
     my ($path,$file) = &Apache::londefdef::get_eps_image($src);      my ($path,$file) = &Apache::londefdef::get_eps_image($src);
     my ($height_param,$width_param)=      my ($height_param,$width_param)=

Removed from v.1.69  
changed lines
  Added in v.1.70


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>