- From: Yehonatan Daniv via GitHub <sysbot+gh@w3.org>
- Date: Mon, 10 Jun 2024 17:31:50 +0000
- To: public-css-archive@w3.org
Wix also has this tool, kinda like CSS Hero's Mesher, that overlays radial gradients - called Fluid Gradients: <img width="1321" alt="image" src="https://github.com/w3c/csswg-drafts/assets/116658/d60346c9-07e5-437c-8b8c-3db521e71a2d"> It's like ~3 years old now, though our intent was actually faking mesh gradients. I also tried playing with voronois on canvas and faking the bilinear interpolation by adding blur on top of it: https://codepen.io/ydaniv/pen/VwMrKme?editors=0010 I think it's somewhat close to the syntax above, generating points, triangulate using Delanuay, interpolate. Big +1! -- GitHub Notification of comment by ydaniv Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7648#issuecomment-2158929389 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 10 June 2024 17:31:51 UTC