Tomasz Sobolewski
Tomasz Sobolewski
Here is a sample SVG `` Here is how it looks on app: https://i.imgur.com/FEGaQxn.jpg Here is how it looks after saving to canvas using canvg: https://i.imgur.com/srkoNYF.jpg In the canvas there...
What do you mean SVG does not support 3D transform when in this example exactly 3D transform is applied and in the W3C it says we can use transform 3D...
Wow @gabelerner I was trying to do the same before but without success. Your simple transform works exactly like transform3D with some slight pixel adjustments. Thank you 👍
Bumping this one up as well, waiting for the documentation on the 4.8v. as right now after update, the `PublicKeyCredentialLoader` stopped working at all and giving an error `Unable to...
The solution provided works flawlessly. It seems I was using Symfony's SerializerInterface directly without realizing the existence of WebauthnSerializerFactory. Thank you, @Spomky, for the rapid response!