The CanvasKit API was never updated to add support for Blender-based APIs. We need to add support for SkBlender, SkPaint::setBlender, and SkBlendImageFilter.
-- You received this message because: 1. The project was configured to send all issue notifications to this address
I'm new to skia, also new to cpp. So I think a thorough review will be needed.
# What I did ## Added - `Paint.setBlender` Sets the current blender. - `Blender.Mode` Create a blender that implements the specified BlendMode. - `RuntimeEffect.MakeForBlender` Compiles a RuntimeEffect from the given blender code.