d3-tile icon indicating copy to clipboard operation
d3-tile copied to clipboard

Generalized 2D transforms?

Open mbostock opened this issue 5 years ago • 1 comments

In the future, d3-zoom will likely support arbitrary 2D transforms (at the very least, rotate and non-uniform scaling, if not skew). We should think about how this might affect the d3-tile API. For one thing the logic will be more complex to determine which tiles are visible in the viewport, as the tiles will no longer be axis-aligned.

mbostock avatar Jul 31 '19 16:07 mbostock

I have exactly same problem. As I apply the rotation on my canvas, the d3-tile malfunctions as deciding which tile to render

yunusyuksel avatar May 08 '23 17:05 yunusyuksel