Mew Pur Pur
Mew Pur Pur
I've found no functionality regression. As one would expect, `has()` and `in` are slower (in the ballpark of 2x as slow), insofar as arrays are concerned (and not only Array[StringName]...
Fait critique, the benchmarks need something to compare to.
Ooh, I see. The confusion came from the fact that TextServer is an abstract class, and you're expected to make an instance of *it*, which actually means you're are expected...
To clarify, what confused me is how the error asked me to instantiate a TextServer, when it's actually an abstract class that can't be instantiated, and you're meant to instantiate...
No, this is a feature and not a patch.
*poke poke?*
The bugs listed here are not relevant anymore, all of them are fixed except for the reported one. The code in my PR is also not relevant anymore as there...
SVG to show the bug: `` ThorVG Viewer shows it as pink. Everywhere else I tried shows it as black, i.e. invalid syntax in the fill attribute
From what I see, it's like: - url(#) is valid syntax, but references an empty ID, and empty IDs are invalid, therefore should be transparent. - url(#bl ack) is invalid...
IDs are not allowed to have whitespace, so there's no way to fetch that ID. Fetching a wrong gradient = nothing draws.