From: Calixte DENIZET Date: Wed, 6 Nov 2013 14:57:43 +0000 (+0100) Subject: Bug 8231 fixed: xrect doc did not say that clipping property was inherited X-Git-Tag: 5.5.0~1158 X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=commitdiff_plain;h=705b14772f873d24ccb28fe5230194099c3da27f Bug 8231 fixed: xrect doc did not say that clipping property was inherited Change-Id: I4620be3b3a9fed0a3fd12603c59bf56cb3e5c268 --- diff --git a/scilab/CHANGES_5.5.X b/scilab/CHANGES_5.5.X index e76d916..56daf85 100644 --- a/scilab/CHANGES_5.5.X +++ b/scilab/CHANGES_5.5.X @@ -41,6 +41,8 @@ Scilab Bug Fixes * Bug #8031 fixed - cdfgam error message fixed. +* Bug #8231 fixed - xrect help page did not say that clipping property was inherited. + * Bug #8337 fixed - mtlb_rand now uses the "uniform" rule, whatever the random rule set is. * Bug #9110 fixed - Examples and references to other functions added in the Statistics help pages. diff --git a/scilab/modules/graphics/help/en_US/geometric_shapes/xrect.xml b/scilab/modules/graphics/help/en_US/geometric_shapes/xrect.xml index 58d89f1..8b25ea3 100644 --- a/scilab/modules/graphics/help/en_US/geometric_shapes/xrect.xml +++ b/scilab/modules/graphics/help/en_US/geometric_shapes/xrect.xml @@ -38,7 +38,8 @@ xrect draws a rectangle defined by [x,y,w,h] (upper-left point, width, height) in user coordinates. - WARNING: please note that height is positive downwards. + Please note that height is positive downwards. + Created rectangle inherits the clip property from the current axes. Examples diff --git a/scilab/modules/graphics/help/en_US/geometric_shapes/xrects.xml b/scilab/modules/graphics/help/en_US/geometric_shapes/xrects.xml index 72fa125..b9da988 100644 --- a/scilab/modules/graphics/help/en_US/geometric_shapes/xrects.xml +++ b/scilab/modules/graphics/help/en_US/geometric_shapes/xrects.xml @@ -59,7 +59,8 @@ if fill(i)=0, rectangle i is drawn using the current line style (or color). - WARNING: please note that height is positive downwards. + Please note that height is positive downwards. + Created rectangles inherits the clip property from the current axes. Examples diff --git a/scilab/modules/graphics/help/fr_FR/geometric_shapes/xrect.xml b/scilab/modules/graphics/help/fr_FR/geometric_shapes/xrect.xml index adda85a..d7da27c 100644 --- a/scilab/modules/graphics/help/fr_FR/geometric_shapes/xrect.xml +++ b/scilab/modules/graphics/help/fr_FR/geometric_shapes/xrect.xml @@ -28,7 +28,8 @@ xrect dessine un rectangle défini par [x,y,w,h] (point en haut à gauche, largeur, hauteur) en coordonnées utilisateur et en utilisant le style de ligne courant. - ATTENTION : notez que la valeur de la hauteur est positive en allant vers la bas. + Notez que la valeur de la hauteur est positive en allant vers la bas. + Le rectangle créé hérite de la propriété de clip de l'axe courant. Exemples diff --git a/scilab/modules/graphics/help/fr_FR/geometric_shapes/xrects.xml b/scilab/modules/graphics/help/fr_FR/geometric_shapes/xrects.xml index 3030b08..5c73995 100644 --- a/scilab/modules/graphics/help/fr_FR/geometric_shapes/xrects.xml +++ b/scilab/modules/graphics/help/fr_FR/geometric_shapes/xrects.xml @@ -49,7 +49,8 @@ si fill(i)=0, le rectangle i est dessiné avec le style de ligne courant. - ATTENTION : notez que la valeur de la hauteur est positive en allant vers la bas. + Notez que la valeur de la hauteur est positive en allant vers la bas. + Les rectangles créés héritent de la propriété de clip de l'axe courant. Exemples