summaryrefslogtreecommitdiff
path: root/librelogo/source/ChangeLog
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2013-08-29 18:36:16 +0200
committerLászló Németh <nemeth@numbertext.org>2013-08-29 18:48:47 +0200
commita7fdd474161ba8ab34945bc9a32c7a33de6eaf9a (patch)
tree436fff81b27645b1a3bcee745a0ccef5ec0bf0d9 /librelogo/source/ChangeLog
parent4529d6e11a214cec4596a159a60d2b8a5f171697 (diff)
LibreLogo fixes (eg. fdo#68713 fix SVG cropping), see ChangeLog
Change-Id: Ibb1cb41f526b4117e2d7ef39a2101286511bf48f
Diffstat (limited to 'librelogo/source/ChangeLog')
-rw-r--r--librelogo/source/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/librelogo/source/ChangeLog b/librelogo/source/ChangeLog
index 9a9af0c544f5..6453e71e14ec 100644
--- a/librelogo/source/ChangeLog
+++ b/librelogo/source/ChangeLog
@@ -1,3 +1,18 @@
+2013-08-29 László Németh:
+ * fix bad selection of invisible turtle after HIDETURTLE CLEARSCREEN
+ * fix SVG cropping in LibreOffice 4.1
+ * fix vertical positions of labels in SVG export using RectangleShape
+ * fix double stroke-width attributes in SVG export
+ * LABEL supports relative positioning vector [X, Y, 'text'], where X, Y
+ 0: center, eg. as the default positioning: LABEL [0, 0, 'text']
+ 1: left or bottom aligned to the turtle position and angle
+ -1: right or top aligned to the turtle position and angle
+ n: n * text_width/2 or text_height/2
+ * simple SVG SMIL (animation) support using SLEEP, for example:
+ PICTURE 'animation.svg' [ CIRCLE 5 SLEEP 1000 CIRCLE 20 ]
+ * relative FORWARD (heading = y axis) with vector arg.: FORWARD [20, 10]
+ * rounded linejoint of turtle shape
+
2013-07-15 László Németh:
* optional named PICTURE blocks: PICTURE 'name' [ CIRCLE 5 ]
* save PICTURE as cropped SVG file using path names, for example: