Benjamin Maxwell
Benjamin Maxwell
It's a hack but I've found a workaround for this. ```js import MySVG from '-!react-svg-loader!./mysvg.svg'; // Little hack around the imported svg to get at the SVG react/jsx elements. const...
Can you add `ci-extra: build_test_all_arm64` as the last line of your PR summary (and push something to re-trigger CI)?
This is a prototype/demo for an idea I had quite a while ago and discussed with @DavidSpickett (hacked together on a rainy Sunday :smile:)
Yep, this is simply a prototype/proof of concept to share the idea (I don't intend to submit this), I just wanted some feedback on how this could be implemented :slightly_smiling_face:...
I've tried to address these is my most recent commit: > - Don't send unfilteredAsm if there's no need, this may put a major strain on users (and ours) bandwidth...
A lot of the painting APIs would not work well with arbitrary transforms (since many are designed for painting simple 90s UIs). If you need something more fancy with transforms...
I'd be against trying to hack `Painter::transform(Gfx::AffineTransform const&)` to work with the existing painter; it's just not designed for it. Making a new type of painter (built with `Gfx::Path`) that...
That's a hand drawn icon
Looks harmless (it's still infers the right vector size :))
I've yet to track down exactly what's wrong, but this change breaks one of our internal tests, resulting in an output that is all NaNs. It also seems to prevent...