Closed maxkatz6 closed 5 days ago
CreateCompositionVisualSnapshot
IDrawingContextLayerWithRenderContextAffinityImpl
HasRenderContextAffinity
CreateNonAffinedSnapshot
ServerVisualRenderContext.RenderChildren
You can test this PR using the following package version. 11.3.999-cibuild0053448-alpha. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]
11.3.999-cibuild0053448-alpha
What does the pull request do?
CreateCompositionVisualSnapshot
method on headless platform. Compositor checks forIDrawingContextLayerWithRenderContextAffinityImpl
interface, but doesn't actually check forHasRenderContextAffinity
before callingCreateNonAffinedSnapshot
.ServerVisualRenderContext.RenderChildren
bool parameter.Checklist