From: Simon Marchetto Date: Fri, 8 Feb 2013 14:56:48 +0000 (+0100) Subject: * Bug #7698 fixed - The "Graphics\Animations\Riemann surface" demo X-Git-Tag: 5.4.1~507 X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=commitdiff_plain;h=7363b324d93b87a6a270eb54777e2df4e40ab9f7 * Bug #7698 fixed - The "Graphics\Animations\Riemann surface" demo background is black (instead of white). Change-Id: I55385ead825e36ea63d331e7d2c4722b54b4677a --- diff --git a/scilab/CHANGES_5.4.X b/scilab/CHANGES_5.4.X index 1fa5302..40a587f 100644 --- a/scilab/CHANGES_5.4.X +++ b/scilab/CHANGES_5.4.X @@ -174,6 +174,9 @@ Bug fixes * Bug #7583 fixed - binomial function moved in the distribution function chapter. +* Bug #7698 fixed - The "Graphics\Animations\Riemann surface" demo + background is black (instead of white). + * Bug #7769 fixed - get_function_path didn't have an unit test. * Bug #8213 fixed - geom3d had no examples. diff --git a/scilab/modules/graphics/demos/anim/anim8/anim8.sci b/scilab/modules/graphics/demos/anim/anim8/anim8.sci index 75028bb..8265131 100644 --- a/scilab/modules/graphics/demos/anim/anim8/anim8.sci +++ b/scilab/modules/graphics/demos/anim/anim8/anim8.sci @@ -48,7 +48,7 @@ function demo_riemann() my_handle.axes_size = [ 600 650 ]; - my_handle.background = -1; // black + my_handle.background = -2; // white my_axe.background = -1; // gray my_axe.foreground = 14; // white my_fac3d.color_mode = 1; // no lines