You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scene::fill() accepts peniko::BrushRef::Image as a brush, and I expect it fills the shape with repetition of the specified image if Extend::Repeated is specified. However, the following code doesn't fill. Is this the expected result? Is something wrong in my code?
This isn't yet implemented. See also discussion in #722 - we currently only properly support the Pad extend mode, and even then not properly. The code which would need to change would be in that same part of fine.
I don't think there's an existing issue for this, thanks for reporting.
Scene::fill()
acceptspeniko::BrushRef::Image
as a brush, and I expect it fills the shape with repetition of the specified image ifExtend::Repeated
is specified. However, the following code doesn't fill. Is this the expected result? Is something wrong in my code?The text was updated successfully, but these errors were encountered: