mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 21:26:10 +03:00
Remove superfluous comment.
This commit is contained in:
parent
2e26ae5ff1
commit
abc1168582
@ -111,7 +111,6 @@
|
|||||||
test('rotate', function() {
|
test('rotate', function() {
|
||||||
var rect = new OpenSeadragon.Rect(0, 0, 2, 1);
|
var rect = new OpenSeadragon.Rect(0, 0, 2, 1);
|
||||||
|
|
||||||
// Rotate 45deg around center.
|
|
||||||
var expected = new OpenSeadragon.Rect(
|
var expected = new OpenSeadragon.Rect(
|
||||||
1 - 1 / (2 * Math.sqrt(2)),
|
1 - 1 / (2 * Math.sqrt(2)),
|
||||||
0.5 - 3 / (2 * Math.sqrt(2)),
|
0.5 - 3 / (2 * Math.sqrt(2)),
|
||||||
|
Loading…
Reference in New Issue
Block a user