Fixing Mac SVG bustage. Not part of the build.
This commit is contained in:
Родитель
0d5e97a603
Коммит
fff83eaee3
|
@ -117,7 +117,7 @@ nsSVGLibartBitmapMac::Init(nsIRenderingContext* ctx,
|
|||
mRenderingContext = ctx;
|
||||
|
||||
float twipsPerPx;
|
||||
twipxPerPx = presContext->PixelsToTwips();
|
||||
twipsPerPx = presContext->PixelsToTwips();
|
||||
mRectTwips.x = (nscoord)(rect.x*twipsPerPx);
|
||||
mRectTwips.y = (nscoord)(rect.y*twipsPerPx);
|
||||
mRectTwips.width = (nscoord)(rect.width*twipsPerPx);
|
||||
|
|
Загрузка…
Ссылка в новой задаче