Allow SVG files to have previews in the File Browser. Adds nanosvgrast.h to extern\nanosvg\, which is an SVG rasterizer that is an optional part of the nanosvg source. Pull Request: https://projects.blender.org/blender/blender/pulls/109567
11 lines
239 B
C
11 lines
239 B
C
/* SPDX-FileCopyrightText: 2023 Blender Foundation
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#define NANOSVG_IMPLEMENTATION
|
|
#define NANOSVG_ALL_COLOR_KEYWORDS
|
|
|
|
#include <stdio.h>
|
|
#include "BLI_utildefines.h"
|
|
#include "nanosvg.h"
|