Ulrich-Matthias Schäfer
Ulrich-Matthias Schäfer
I guess in that case we should remove that paragraph because it's rather meant in a more abstract way. Symbols absolutely don't behave the same way. However to use svg.js...
The reason we released v3 as new major was to be able to break things. That's what a major version bump means after all :). We enabled to do a...
Why are you pulling from github? Install via npm and the dist folder is right there. You obvisouly need svgdom for this to run: ```js import { SVG, registerWindow }...
sorry for the late response. Feel free to create a PR to adapt the typings to your needs. If there is a better way of writing it, a PR is...
Thanks for reporting! The first error you found should actually read `size(width, height) {...}` instead. Can you open a pr to fix this? :)
The problem seems to be the import of fontkit - that's a dependency of svgdom. Maybe the import has to be changed 🤔. Not sure tho. Usually people just use...
The matrixify function transform.js does not accept whitespace between name of the transform and '('
Thanks for the report! That's indeed a bug. Crazy that this never came up before. Feel free to create a PR that fixes the issue. If possible, also add a...
I actually have to doublecheck the resolution logic. Its not entirely correct right now. Might merge later
Thanks for your PR @justusrk. I went ahead and implemented it a tad differently to also allow node js imports to resolve properly. @nimec01 this is released as 3.0.5.
Lets see! If I understood correctly, I would use the `mods.android.projectBuildGradle` or the corresponding plugin `withProjectBuildGradle` to load the project gradle and do string manipulation to add the abi splitting....