changeset 31800:ed47b16ff624 stable

Back out changeset 3678187f4355. It is no longer needed now that bug #63646 has a fix.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 01 Feb 2023 16:43:49 +0100
parents 82128f652585
children 238add261dd5 449d9b0f3478
files doc/interpreter/sparseimages.m
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/sparseimages.m	Tue Jan 31 20:06:43 2023 +0100
+++ b/doc/interpreter/sparseimages.m	Wed Feb 01 16:43:49 2023 +0100
@@ -71,8 +71,7 @@
     r1 = chol (a);
     spy (r1);
     axis ("ij");
-    ## Note: Disable -svgconvert option for quicker rendering (bug #63646)
-    print (outfile, d_typ, "-nosvgconvert");
+    print (outfile, d_typ);
   elseif (strcmp (nm, "spcholperm"))
     n = 200;
     a = 10*speye (n) + sparse (1:n,ceil ([1:n]/2),1,n,n) + ...