Benjamin Maxwell
Benjamin Maxwell
Cannot reproduce as puzzles do not load (stuck at "Contacting matchfinding server...")
 Seems to be working now... Possibly fixed in #23618 (which changed how `close_all_subpaths()` is implemented).
HTTPS definitely should be the default (with a possible fallback to HTTP). I think on some of sites linked from `adamplumb.com` may want to consider using HTTPS, for example http://wiki.rabbitvcs.org/wiki/contribute?do=login,...
It's more than just not parsing it, there's no context to resolve the value in how SVG's currently resolve paths. I have some WIP stuff converting these to use CSS...
~~@Lubrsi The `PerformanceObserver_basic.html` test now fails as times are off by fractions of a millisecond, e.g. `15606753.846577` vs `15606753.998728` (before measurements incorrectly contained integer seconds, which made the test much...
Is this specific to SVG or is it just any background images? I'm assuming this is via `background-image` property?
I've not looked too deeply, but this appears to be a problem with how LibPDF draws the debug clip paths. They're drawn in `activate_clip()`, and presumably a clip applies to...
I added a counter, on page 27 `activate_clip()` is called 5,716 times, on page 1 it's called 434 times. For both pages that's _way_ more than the number of clip...
Logging the rect it's drawing, it appears to just draw `[0,0 608x885]` ~6,000 times :P
> Can we add a test? There is `internals.hitTest()` that could be used for hit-testing text test. Yes... But it was a bit tricky, as the test has to be...