Expand description
Unified tiny-skia renderer for both native and WASM targets.
Split into submodules:
draw: element rendering, fill patterns, gridselection: selection box and rubber band visualshit_test: hit testing for elements, handles, and selection rectspath: tiny-skia path builders for shapes
Structs§
- Render
Config - Renderer
- The renderer. Stateless aside from config — call
render()each frame.