Kaydet (Commit) 2bbf5d5b authored tarafından László Németh's avatar László Németh

fix misleading typos in librelogo/changelog

Change-Id: If6adf5c46b6fbdb9ae051c11125fb9fb690acf7b
üst 828ebc54
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment