2025-02-08 14:44:30 +08:00
|
|
|
# In QIDISlicer 1.2.0 we switched from https://github.com/memononen/nanosvg to its fork https://github.com/fltk/nanosvg
|
2023-06-10 10:14:12 +08:00
|
|
|
# because this last implements the new function nsvgRasterizeXY() which we now use in GLTexture::load_from_svg()
|
|
|
|
|
# for rasterizing svg files from their original size to a squared power of two texture on Windows systems using
|
|
|
|
|
# AMD Radeon graphics cards
|
|
|
|
|
|
2023-12-27 18:02:35 +08:00
|
|
|
add_cmake_project(NanoSVG
|
2023-06-10 10:14:12 +08:00
|
|
|
URL https://github.com/fltk/nanosvg/archive/abcd277ea45e9098bed752cf9c6875b533c0892f.zip
|
|
|
|
|
URL_HASH SHA256=e859938fbaee4b351bd8a8b3d3c7a75b40c36885ce00b73faa1ce0b98aa0ad34
|
|
|
|
|
)
|