Commit c816368
committed
Fix crop-projective composition
Fixes a bug where composing a `CroppedProjectiveTransform` with another
`ProjectiveTransform` would cause the cropping to be skipped. Now, this
instead creates a `Sequence` meaning the
crop is properly applied; however, the last projection is not fused with that before the
crop.1 parent 9591121 commit c816368
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
| |||
0 commit comments