Volodymyr Agafonkin

Results 530 comments of Volodymyr Agafonkin

> docs should work without JS I would not be concerned here. Without JS, we can just gracefully degrade to linking the clickable inheritance headings to the original classes instead...

Let's prioritize this! The Leaflet 1.0 docs take an unreasonable time to load.

Please provide a self-contained minimal live example using JSFiddle demonstrating the issue.

+1, this makes Alignment unusable for most JS developers. :(

Also check out this alternative http://www.compuphase.com/cmetric.htm. I'm also eager to do a comparison, but perceptual differences are a very individual thing so hard to measure. Performance difference is astounding though...

The tricky thing is that perceptual color differences can't be evaluated automatically, β€” they can only be judged by a human. :) Today I put up this fun viz to...

This is fantastic work @mclaeysb! I looked at that polygon decomposition paper several times before, but never got around to actually attempting an implementation. Very curious to see benchmarks versus...

Another approach which should be simpler and more convenient in this case is running Chrome DevTools profiler in the browser (preferably on a very big polygon to get statistically significant...

I thought about this feature too. In theory, it can be done using backgrounds on tile images with CSS3 background-size property (to scale tiles) and multiple backgrounds (for zoom-out), though...

> What reasons would this._offset be null/undefined? or not have the expected mult function? It's impossible to tell without knowing more about your codebase or having a reproducible example. Does...