--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/6cb999cb-a09a-4984-80d9-32b792086d56n%40googlegroups.com.
Is there a way to achieve this w/o using a clip this way? I'd like a generic way of having this kind of effect for any drawing over the background. So essentially, having the "clip" be based on the draw operation that happens above the saved layer before restore. So this would be used to fill shapes/text and their strokes. Is this possible in a generic way w/o having to know exactly what shape is being draw to try and provide a matching clip?
--On Friday, October 13, 2023 at 9:05:30 AM UTC-7 johns...@google.com wrote:We've got tons of example test-suite slides; maintaining a Fiddle-based copy of each one would actually be a fair amount of work! However, it should be super straightforward to port this particular slide over if you would like to try.It would be helpful if there was a fiddleOn Thursday, October 12, 2023 at 4:06:19 PM UTC-7 johns...@google.com wrote:Take a look at this example code for a demonstration of applying filters on top of an image:
https://github.com/google/skia/blob/main/gm/imagefilters.cpp#L153The example uses clipRRect, but clipPath should work equally well.On Thursday, October 12, 2023 at 9:15:12 AM UTC-4 Lucida wrote:I have tried something like SkImageBlur and SkRuntimeEffect, but it seems that it's not a trival work.Figma renders:--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/6cb999cb-a09a-4984-80d9-32b792086d56n%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/skia-discuss/592137ef-8ec0-4ed2-83a6-821092cb725en%40googlegroups.com.