Problem
Kiwi currently ignores SVG paint values that use url(...), which drops gradients and patterns.
Impact
Gradient logos and illustrated SVG assets import with missing or incorrect fills.
Suggested scope
- Detect
linearGradient, radialGradient, and basic pattern references from fill/stroke.
- Decide whether to map gradients to Figma paints or provide a graceful fallback.
- Add examples that verify unsupported paints do not silently become black shapes.
Linear issue: NOT-74
Problem
Kiwi currently ignores SVG paint values that use
url(...), which drops gradients and patterns.Impact
Gradient logos and illustrated SVG assets import with missing or incorrect fills.
Suggested scope
linearGradient,radialGradient, and basic pattern references fromfill/stroke.Linear issue: NOT-74