From 9624c4f487b2f9e05fffd35912445b6405003b2f Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 5 Aug 2015 15:27:10 +0200 Subject: typo rectange → rectangle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I673b4ce44a5bb58355414f3a304842bc2f55ca36 (cherry picked from commit e78df34e040aeda59567ecd34da23bb0d61ced5b) --- source/text/swriter/librelogo/LibreLogo.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/swriter/librelogo/LibreLogo.xhp b/source/text/swriter/librelogo/LibreLogo.xhp index 3081947950..5152642dce 100644 --- a/source/text/swriter/librelogo/LibreLogo.xhp +++ b/source/text/swriter/librelogo/LibreLogo.xhp @@ -179,7 +179,7 @@ SQUARE SQUARE 100 ; draw a square shape (size = 100pt)
RECTANGLE - RECTANGLE [50, 100] ; draw a rectange shape (50×100pt)
RECTANGLE [50, 100, 10] ; draw a rectangle with rounded corners
+ RECTANGLE [50, 100] ; draw a rectangle shape (50×100pt)
RECTANGLE [50, 100, 10] ; draw a rectangle with rounded corners
POINT POINT ; draw a point with size and color of the pen
CLOSE can join the last points, FILL can fill the shape defined by points. For example, it’s easy to draw a “flat” star starting from its center: -- cgit v1.2.3