Gin
|
Functions | |
juce::Image | rasterizeSVG (juce::String svgText, int w, int h) |
Converts an SVG to Image. More... | |
juce::Path | parseSVGPath (const juce::String &txt) |
Like Drawable::parseSVGPath but works with list of points. More... | |
juce::Image rasterizeSVG | ( | juce::String | svgText, |
int | w, | ||
int | h | ||
) |
Converts an SVG to Image.
WARNING: This will lock the image thread
juce::Path parseSVGPath | ( | const juce::String & | txt | ) |
Like Drawable::parseSVGPath but works with list of points.