Kayes Islam
Kayes Islam
@muc1 The config is optional. See here: https://firebase.google.com/docs/admin/setup#initialize-without-parameters Nevertheless, however I initialise the app, with or without config, the problem I have is that I don't know how to initialise...
Thanks @BrDrawolf, your answer has solved this issue for me. I still think it's an issue/improvement if we could use the typescript import without having to require(). I'll leave the...
I have the same error on this SVG file: https://github.com/user-attachments/assets/1c6fd3a8-6f2b-48b8-8201-26489bd558a6 I have a number of other SVG files and they are working without problem. I'm using version: 2.0.10+1
OK so I did the below and now it's working: 1. Got rid of couple of polygons that only had transform and fill like below: `````` 2. Removed id attributes...
I had issue in another file, this time removing the below is the only fix I had to apply: `````` Confirmed that polygon without points is causing this issue.