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
Hi,
I really like your project and would like to use in the context of a Win2D application. Have you done some performance measurements. I had a look to the Win2DRenderer and realized that there are a lot of transformations from svg to win2d objects and allocations, which might hurt performance. It is probably fine with the SvgImage control, because it renders the svg's less often and creates a reusable buffer but it might hurt when you draw large svgs and use something like the VirtualCanvasControl or when you render it inside a custom win2d session.
The text was updated successfully, but these errors were encountered:
Hi,
I really like your project and would like to use in the context of a Win2D application. Have you done some performance measurements. I had a look to the Win2DRenderer and realized that there are a lot of transformations from svg to win2d objects and allocations, which might hurt performance. It is probably fine with the SvgImage control, because it renders the svg's less often and creates a reusable buffer but it might hurt when you draw large svgs and use something like the VirtualCanvasControl or when you render it inside a custom win2d session.
The text was updated successfully, but these errors were encountered: