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
@BluePointLilac@xingzuhui Please can you provide some information on how you are using this library?
Background (of the question)
Currently, SharpVectors supports the low-level renderers supported by WPF (Drawing and Geometry).
Unfortunately, the only support available at this level filter effects (bitmap effect) is software-based, which is slow and depreciated it.
To support filter effects at this level, we will have to convert the rendered vector to bitmap and apply the filters.
The implication is that you will loose vector graphics and only get static image (bitmap).
If you application requires such support, it will be a problem.
Now, the next higher level where shader effect is available is DrawingVisual level. However, this cannot be implemented in XAML, so you are restricted to using controls provided by SharpVectors.
The left side uses the SvgViewbox, and the right side is the rendering of the Edge browser.
The text was updated successfully, but these errors were encountered: