mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 23:55:24 +02:00
inkscape: fix typo (double equal signs)
This commit is contained in:
parent
bf955d43e6
commit
1fd16aa105
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
- Export an SVG document to PDF, converting all texts to paths:
|
||||
|
||||
`inkscape {{filename.svg}} --export-pdf=={{filename.pdf}} --export-text-to-path`
|
||||
`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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue