summaryrefslogtreecommitdiff
path: root/librelogo/source/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'librelogo/source/ChangeLog')
-rw-r--r--librelogo/source/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/librelogo/source/ChangeLog b/librelogo/source/ChangeLog
index e056c196df6c..9a9af0c544f5 100644
--- a/librelogo/source/ChangeLog
+++ b/librelogo/source/ChangeLog
@@ -1,9 +1,9 @@
2013-07-15 László Németh:
- * optional named PICTURE blocks: PICTURE "name" [ CIRCLE 5 ]
+ * optional named PICTURE blocks: PICTURE 'name' [ CIRCLE 5 ]
* save PICTURE as cropped SVG file using path names, for example:
- PICTURE "example.svg" [ CIRCLE 5 CIRCLE 20 ] ; save in the home directory
- PICTURE "/home/user/example.svg" [ CIRCLE 10 ] ; absolute path (on Linux)
- PICTURE "tmp/example.svg" [ CIRCLE 10 ] ; relative to the home directory
+ PICTURE 'example.svg' [ CIRCLE 5 CIRCLE 20 ] ; save in the home directory
+ PICTURE '/home/user/example.svg' [ CIRCLE 10 ] ; absolute path (on Linux)
+ PICTURE 'tmp/example.svg' [ CIRCLE 10 ] ; relative to the home directory
* support hexadecimal arguments
2013-06-26 László Németh