SVG path data strings for common UI icons.
Assets namespace contains SVG path strings for standard UI icons used throughout the Gin plugin framework. These can be used with SVGButton, Path::parsePathString(), or DrawablePath to create scalable icons without requiring external image files.
Available Icons:
- Navigation: next, prev, add, del, browse
- UI Controls: menu, info, caretDown
- System: voice, cpu, power, panic, retrigger
- File Operations: disk, pencil, undo, redo
- Modulation: bipolar
All icons are defined as SVG path strings that can be parsed and rendered at any size without loss of quality.
Usage:
auto drawable =
new juce::DrawablePath();
A lightweight 2D point class for projects that don't use juce_graphics.
Definition gin_point.h:25
- See also
- SVGButton, juce::Path, juce::DrawablePath