From c4964b978660aa61995ea7a0fa5bcb4936f7a34d Mon Sep 17 00:00:00 2001 From: Niel Mistry Date: Thu, 25 Apr 2019 16:41:28 -0400 Subject: [PATCH] Update endShape.xml --- content/api_en/endShape.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/api_en/endShape.xml b/content/api_en/endShape.xml index a6c604615..eaa2d1e05 100755 --- a/content/api_en/endShape.xml +++ b/content/api_en/endShape.xml @@ -28,7 +28,7 @@ endShape(); endShape() function is the companion to beginShape() and may only be called after beginShape(). When endshape() is called, all of image data defined since the previous call to beginShape() is written into the image buffer. The constant CLOSE as the value for the MODE parameter to close the shape (to connect the beginning and the end). +The endShape() function is the companion to beginShape() and may only be called after beginShape(). When endShape() is called, all of image data defined since the previous call to beginShape() is written into the image buffer. The constant CLOSE as the value for the MODE parameter to close the shape (to connect the beginning and the end). ]]>