Add NanoSVG setup options
An option to enable or disable using NanoSVG for rasterizing SVG files. And an option to indicate an external NanoSVG library is used.
This commit is contained in:
parent
c8bfd53d13
commit
931370f0ad
9 changed files with 57 additions and 0 deletions
|
|
@ -1582,6 +1582,12 @@
|
|||
// Set to 1 for TIFF format support (requires libtiff)
|
||||
#define wxUSE_LIBTIFF 1
|
||||
|
||||
// Set to 1 for SVG rasterizing support using nanosvg
|
||||
#define wxUSE_NANOSVG 1
|
||||
|
||||
// Set to 1 to use external nanosvg library when wxUSE_NANOSVG is enabled
|
||||
#define wxUSE_NANOSVG_EXTERNAL 0
|
||||
|
||||
// Set to 1 for TGA format support (loading only)
|
||||
#define wxUSE_TGA 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue