[LON-CAPA-cvs] cvs: loncom /homework convertjme.pl

raeburn raeburn at source.lon-capa.org
Sun Jun 2 06:52:01 EDT 2024


raeburn		Sun Jun  2 10:52:01 2024 EDT

  Modified files:              
    /loncom/homework	convertjme.pl 
  Log:
  - Bug 6981
    PostScript-Simple 0.08 and later needs colour attribute to be 1 in the
    constructor so "colour" white does not default to black.
  
  
Index: loncom/homework/convertjme.pl
diff -u loncom/homework/convertjme.pl:1.16 loncom/homework/convertjme.pl:1.17
--- loncom/homework/convertjme.pl:1.16	Mon Jul  4 09:24:54 2011
+++ loncom/homework/convertjme.pl	Sun Jun  2 10:52:01 2024
@@ -2,7 +2,7 @@
 # The LearningOnline Network with CAPA
 # Dynamically converts JME strings into either a png or ps file.
 #
-# $Id: convertjme.pl,v 1.16 2011/07/04 09:24:54 foxr Exp $
+# $Id: convertjme.pl,v 1.17 2024/06/02 10:52:01 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -131,7 +131,7 @@
 				 ysize => $ymax-$ymin+2,
 				 clip => 1,
 				 eps => 1,
-				 color => 0,
+				 colour => 1,
 				 units => "cm");
 }
 




More information about the LON-CAPA-cvs mailing list