mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-01 21:06:12 +03:00
Added TODO marker for #589
This commit is contained in:
parent
76e99a246f
commit
0e67b9c204
1 changed files with 2 additions and 0 deletions
|
@ -491,6 +491,7 @@
|
|||
);
|
||||
|
||||
// now use a ref point
|
||||
// TODO: check the ending position due to ref point
|
||||
viewport.zoomBy(testZoomLevels[i], testPoints[i], true);
|
||||
viewport.update();
|
||||
propEqual(
|
||||
|
@ -521,6 +522,7 @@
|
|||
);
|
||||
|
||||
// now use a ref point
|
||||
// TODO: check the ending position due to ref point
|
||||
viewport.zoomTo(testZoomLevels[i], testPoints[i], true);
|
||||
viewport.update(); // need to call this even with immediately=true
|
||||
propEqual(
|
||||
|
|
Loading…
Add table
Reference in a new issue