|
Gin
|
Functions | |
| juce::Image | rasterizeSVG (juce::String svgText, int w, int h) |
| Converts an SVG to Image. | |
| juce::Path | parseSVGPath (const juce::String &txt) |
| Like Drawable::parseSVGPath but works with list of points. | |
| 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.