matelich
matelich
FWIW, this is how I pre-process my loaded SVG: Snap.load(svg_path, function (data) { self.picto_svg = data.select('svg'); self.picto_svg.attr({ width: '100%', height: '100%', viewBox: '0 0 300 300' }); var paths =...
Thanks for getting back to me quickly, @augustoproiete. I did try various repro steps to explore things. Going to try to add more usage into my other WPF applications to...
I have gone that route, thanks. Will update this when a solution is discovered.
I have looked through that a bit, what I don't see is instructions for updating an existing product line. My devices do not support user installation of a new os....
I guess the answers I was hoping for were a) Yes, we have a signed cab file which will install the new cross certificates and you're ok for the next...
I'm having a similar problem (though on Dragonboard). Did you find a solution?
https://github.com/ms-iot/iot-adk-addonkit/issues/306 actually had the solution for me, though it took a while for me to realize it. There was a different directory of cab files for my BSP that I...
And the OpenSrc.Powershell.wm.xml had some bugs in it from folders with no files present. I had to manually delete 3 lines ``` ``` Plus one for PackageManagement/CoreClr
I had a need at one point to take an SVG, clone it, modify it, and display as an Image. `remove` was the key to keep it off the bottom...
It's been a good while since I gave up on this, so I thought I'd give it another try. Since last time: * Updated to .NET 4.8.0 * Doing a...