am c7b87766: Merge 2402ad60 from honeycomb-mr1. do not merge.
* commit 'c7b87766b21fe5cf2f644efa8753b936d413dc9a': Merge 2402ad60 from honeycomb-mr1. do not merge.
This commit is contained in:
@@ -443,7 +443,7 @@ public final class Canvas_Delegate {
|
|||||||
AffineTransform matrixTx = matrixDelegate.getAffineTransform();
|
AffineTransform matrixTx = matrixDelegate.getAffineTransform();
|
||||||
|
|
||||||
// combine them so that the given matrix is applied after.
|
// combine them so that the given matrix is applied after.
|
||||||
currentTx.preConcatenate(matrixTx);
|
currentTx.concatenate(matrixTx);
|
||||||
|
|
||||||
// give it to the graphics2D as a new matrix replacing all previous transform
|
// give it to the graphics2D as a new matrix replacing all previous transform
|
||||||
snapshot.setTransform(currentTx);
|
snapshot.setTransform(currentTx);
|
||||||
|
|||||||
Reference in New Issue
Block a user