DioxusLabs / blitz

High performance HTML and CSS renderer powered by WGPU
Apache License 2.0
2.12k stars 42 forks source link

Port full gradient support to blitz #130

Closed sepcnt closed 2 months ago

sepcnt commented 2 months ago

This PR revives the long-stalled PR from https://github.com/jkelleyrtp/stylo-dioxus/pull/4.

It adds full gradient support. Note that due to Vello's behavior, it follows the SVG schema rather than the web schema by default ("transparent" is #00000000 rather than #FFFFFF00 in color mixing), so some gradients may differ.