Description Usage Arguments Details Value
This function creates a SVG file with one letter in it, and calls Inkscape to convert it into a path. It is assumed that Inkscape is configured to export SVG files WITHOUT relative coordinates (File > Inkscape Preferences > Allow relative coordinates).
1 | create_svg_letter(letter)
|
letter |
a character that should belong to
|
Inkscape must be installed for this function to work.
Essentially it calls Inkscape from the command line with
the following command: inkscape FILENAME --select=ID
--verb=ObjectToPath --verb=FileSave --verb=FileClose
None.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.