Wiesław Šoltés

@soltes
209 Followers
75 Following
2.2K Posts
Its not just some basic Svg animation support, it has full Filter Effects support and animating them enabling powerful composition. It supports full hit testing and pointer events enabling user interaction and playback control. Get ready for powerful visuals in @unoplatform
Working on Svg animations support for my Svg.Skia library showcasing running them in test app powered by @unoplatform the Uno Svg control will support animation out of the box. https://github.com/wieslawsoltes/Svg.Skia
@jan @skipperapp I see in the sample svg 19 paths with opacity, this might cause some issues as opacity might require creating layer which is very expensive and might be issue on low powered devices, maybe in those case we could optimize
@jan @skipperapp it would be helpful to at least get split timing for loading documenting, creating document model (SKPicture) and the rendering time from picture model to png, it would tell me a lot :)
@jan @skipperapp seems like hardware is slow?
@jan @skipperapp I don't think its best way to load SvgDocument, I would load SvgDocument using its api and the use SKSvg to process it after alteration.
@jan @skipperapp anyway will try to optimize the loading and transformation part 💪
@jan @skipperapp well ideally it would be dotTrace profiling result 😅
@jan @skipperapp did d you try printing profiling to see where the hot path is on pi ? That would help me optimizing
@jan @skipperapp yep there will be some work with JS integration but perf needs improvement on slower hardware for sure