(mode: AspectRatioMode)
| 99 | this.originalPixmap = pixmap; |
| 100 | }; |
| 101 | setAspectRatioMode(mode: AspectRatioMode) { |
| 102 | // react:✓ TODO://getter |
| 103 | this.aspectRatioMode = mode; |
| 104 | this.scalePixmap(this.size()); |
| 105 | } |
| 106 | setTransformationMode(mode: TransformationMode) { |
| 107 | // react:✓ TODO://getter |
| 108 | this.transformationMode = mode; |
no test coverage detected