HumbleUI / Skija

Java bindings for Skia
Apache License 2.0
498 stars 34 forks source link

Binding Request for Backdrop Filter #27

Closed SiO4x closed 1 year ago

SiO4x commented 2 years ago

Hi,

would it be possible to add support for "ImageFilter fBackdrop" in Canvas.saveLayer? That seems to be the best way to add backdrop effects, and also what this fiddle and this Chromium issue use.

Thank you so much!

tonsky commented 2 years ago

100%! I was looking for a way to implement this effect myself, thanks for finding this fiddle

tonsky commented 1 year ago

Seems to work! Pushed 0.106.0, should be available soon on Maven Central

Screenshot 2022-09-14 at 03 50 13
SiO4x commented 1 year ago

Thank you so much, looks good!