- Which platforms?
- SwiftUI (LinearGradient), Android (Jetpack Compose Brush), Flutter (LinearGradient), plus JavaScript Canvas and SVG code. Same gradient, native code for each.
- Are the gradients pixel-identical?
- Visually yes. Different rendering engines have subtle differences in interpolation; for pixel-exact matching use identical color spaces.
- What about radial and conic?
- Radial supported on all platforms. Conic is CSS-only — simulated on native platforms with rotated linear gradients or shaders.
- Does it handle multi-stop gradients?
- Yes — unlimited stops. Each platform's syntax varies but the tool generates the correct structure for each.