Merge pull request #2619 from jbakarich/fix/2612/incorrect-display-region-rotation

Remove displayRegion transform
This commit is contained in:
Ian Gilman 2024-11-21 09:53:08 -08:00 committed by GitHub
commit 3885fa7bfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -347,7 +347,6 @@ $.extend( $.Navigator.prototype, $.EventSource.prototype, $.Viewer.prototype, /*
}, },
setDisplayTransform: function(rule) { setDisplayTransform: function(rule) {
setElementTransform(this.displayRegion, rule);
setElementTransform(this.canvas, rule); setElementTransform(this.canvas, rule);
setElementTransform(this.element, rule); setElementTransform(this.element, rule);
}, },