This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //viewport area | |
| var viewportWidth = 546; | |
| var viewportHeight = 323; | |
| var viewCenter = { x: viewportWidth/2, y: viewportHeight/2 }; | |
| //image area | |
| var imgWidth = 386; | |
| var imgHeight = 604; | |
| var imgScale = 2.845; | |
| var imgCenter = { x: imgWidth / 2, y: imgHeight / 2 }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //viewport area | |
| var viewportWidth = 546; | |
| var viewportHeight = 323; | |
| var viewCenter = { x: viewportWidth/2, y: viewportHeight/2 }; | |
| //image area | |
| var imgWidth = 386; | |
| var imgHeight = 604; | |
| var imgScale = 2.845; | |
| var imgCenter = { x: imgWidth / 2, y: imgHeight / 2 }; |
NewerOlder