mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 21:26:10 +03:00
Added TODO marker for #589
This commit is contained in:
parent
76e99a246f
commit
0e67b9c204
@ -491,6 +491,7 @@
|
|||||||
);
|
);
|
||||||
|
|
||||||
// now use a ref point
|
// now use a ref point
|
||||||
|
// TODO: check the ending position due to ref point
|
||||||
viewport.zoomBy(testZoomLevels[i], testPoints[i], true);
|
viewport.zoomBy(testZoomLevels[i], testPoints[i], true);
|
||||||
viewport.update();
|
viewport.update();
|
||||||
propEqual(
|
propEqual(
|
||||||
@ -521,6 +522,7 @@
|
|||||||
);
|
);
|
||||||
|
|
||||||
// now use a ref point
|
// now use a ref point
|
||||||
|
// TODO: check the ending position due to ref point
|
||||||
viewport.zoomTo(testZoomLevels[i], testPoints[i], true);
|
viewport.zoomTo(testZoomLevels[i], testPoints[i], true);
|
||||||
viewport.update(); // need to call this even with immediately=true
|
viewport.update(); // need to call this even with immediately=true
|
||||||
propEqual(
|
propEqual(
|
||||||
|
Loading…
Reference in New Issue
Block a user