Closed cfraz89 closed 2 months ago
Sounds good, I've reverted the formatting on the Cargo.toml.
Does this fix hovering the search box in the "google" example? (seach box should have shadow on hover, currently it visually disappears instead).
The vello PR has now landed. We can merge this if:
main
branch (some changes may be required)Cargo.toml
is updated rather than a patch applied. This may require forking vello_svg to have a compatible version.Does this fix hovering the search box in the "google" example? (seach box should have shadow on hover, currently it visually disappears instead).
It does :smiley:
The vello PR has now landed. We can merge this if:
- It is updated to use vello's
main
branch (some changes may be required)- The main vello version in
Cargo.toml
is updated rather than a patch applied. This may require forking vello_svg to have a compatible version.
Done. I've made a personal fork of vello_svg to depend on the updated Vello, not sure if thats acceptable or you'd rather update the fork at https://github.com/DioxusLabs/vello_svg
Adds support for rendering box-shadow, using the blur-rect branch of vello.
Also updates the tailwind example to render
#cool
with a black shadow, and #cool-inset with an inset shadow, to demo support.Caveats