EMF+: aBaseTransform is a hardcoded identity matrix, don't bother with it
Change-Id: Ifa4f42c4f17a70c7238347a13897ef6742eb4679
This commit is contained in:
@@ -1873,9 +1873,6 @@ namespace cppcanvas
|
||||
SAL_INFO ("cppcanvas.emf", "EMF+ picture frame: " << nFrameLeft << "," << nFrameTop << " - " << nFrameRight << "," << nFrameBottom);
|
||||
rMF >> nPixX >> nPixY >> nMmX >> nMmY;
|
||||
SAL_INFO ("cppcanvas.emf", "EMF+ ref device pixel size: " << nPixX << "x" << nPixY << " mm size: " << nMmX << "x" << nMmY);
|
||||
|
||||
rMF >> aBaseTransform;
|
||||
//aWorldTransform.Set (aBaseTransform);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user