makepad-2.0-vector
Installation
SKILL.md
Makepad 2.0 Vector Graphics Skill
Version: makepad-widgets (dev branch) | Last Updated: 2026-03-03
Overview
The Vector widget renders resolution-independent vector graphics using SVG-like syntax. It supports paths, shapes, gradients, filters, groups, transforms, and property animation via Tween.
Two ways to use SVG in Splash:
Vector{}- Define shapes inline in Splash (paths, rects, circles, etc.)Svg{}- Load external.svgfiles viacrate_resource()orhttp_resource(), with optional animation and custom GPU shaders
Documentation
Refer to the local files for detailed documentation:
./references/vector-reference.md- Complete Vector API, shapes, gradients, filters, animation
Related skills