mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-28 11:22:08 +03:00
inkscape: slight improvement to last example desc
This commit is contained in:
parent
1fd16aa105
commit
95d348665b
@ -23,6 +23,6 @@
|
||||
|
||||
`inkscape {{filename.svg}} --export-pdf={{filename.pdf}} --export-text-to-path`
|
||||
|
||||
- Duplicate the object with id="path1555", rotate the duplicate 90 degrees, save the SVG, and quit:
|
||||
- Duplicate the object with id="path123", rotate the duplicate 90 degrees, save the SVG file, and close it:
|
||||
|
||||
`inkscape {{filename.svg}} --select=path1555 --verb=EditDuplicate --verb=ObjectRotate90 --verb=FileSave --verb=FileClose`
|
||||
`inkscape {{filename.svg}} --select=path123 --verb=EditDuplicate --verb=ObjectRotate90 --verb=FileSave --verb=FileClose`
|
||||
|
Loading…
Reference in New Issue
Block a user