Runs all pending Inkscape export actions stored in the internal queue, invoking Inkscape to produce PNG files from previously saved SVGs.
Value
The exit status returned by Inkscape (0 indicates success). Invisibly returns
NULL if the queue is empty or if Inkscape cannot be located.
Details
This function reads queued Inkscape actions from .fundsr$inkscape_queue,
optionally prepends an export-background:{background} action, and executes
Inkscape using base::system2().
The Inkscape executable is searched for in the following order:
user-supplied config (
fundsr.inkscapeoption orINKSCAPEenvironment variable)an
inkscapeexecutable available on the systemPATHcommon installation locations (Windows, macOS, Linux, etc.)
On success, the internal queue is cleared. On failure, the queue is left intact and a message is printed.