podprad
podprad
In my project I've managed to fix it by adding massFactor in Resolver.js, function solvePosition: `if (!(bodyA.isStatic || bodyA.isSleeping)) { const massFactor = 2 * bodyB.mass / (bodyA.mass + bodyB.mass);...
As a developer, who reported this issue I would say thank you for fixing it. The flag will be enough for us to keeping PdfSharp. Maybe just rename it to...
XmpCore has BSD license, so maybe the source code can be copied to PdfSharp, without making strong DLL/nuget dependency: https://github.com/drewnoakes/xmp-core-dotnet "arbitrary decide which metadata is overwritten? and on what schemas...
Thank you for analysing it and your time. I added a comment directly in PR.