mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 04:31:30 +11:00
b103a55301
Adds full support for COLRv1 radial gradients based on the two-point conical gradient algorithm at https://skia.org/docs/dev/design/conical/ Also adds robustness to degenerate cases in gradient encoding: * Radial where p0 == p1 && r0 == r1 renders transparent solid * Empty stops render as transparent solid * Single stop renders as solid |
||
---|---|---|
.. | ||
binning.rs | ||
clip.rs | ||
config.rs | ||
draw.rs | ||
encoding.rs | ||
glyph.rs | ||
glyph_cache.rs | ||
image_cache.rs | ||
lib.rs | ||
math.rs | ||
monoid.rs | ||
path.rs | ||
ramp_cache.rs | ||
resolve.rs |