@soltes @skipperapp the SVG I was testing is this one: https://bin.dytrych.cloud/download/b3b841335df2e348/#m-yRcuucR2wJ3m5ejiB6Yw
Will try today/tomorrow on CM5 in release mode and add few timers.
First, I load the SVG
SvgImage.Source = svgString;
_document = ((Svg.Model.Drawables.Elements.FragmentDrawable)SvgImage.SkSvg.Drawable).Element as SvgDocument;
- that takes about 3 seconds (+/-)
- then I do alter SvgDocument and force repaint, that took about 900 ms (+/-).
@soltes @skipperapp well this is only initial. I do load SVG and then alter SvgDocument DOM and update rendering objects.
On my #uConsole with CM5 it runs great!
INFO Page Solar charging appeared.
DEBUG Vector image render render at 129 ms
DEBUG Vector image render end at 129 ms
DEBUG Vector image render Instructions exec at 0 ms
DEBUG Vector image render Instructions update styles at 0 ms
DEBUG Vector image render end at 0 ms
Interesting, have CM4 around, will test it too!