Index: core/fxge/agg/fx_agg_driver.cpp |
diff --git a/core/fxge/agg/fx_agg_driver.cpp b/core/fxge/agg/fx_agg_driver.cpp |
index ea12896863b58c9237c3cf7d68ac696918d19aed..80cde937476433834226cd785b96b8406fe62a3c 100644 |
--- a/core/fxge/agg/fx_agg_driver.cpp |
+++ b/core/fxge/agg/fx_agg_driver.cpp |
@@ -559,7 +559,7 @@ FX_BOOL CFX_AggDeviceDriver::SetClip_PathFill(const CFX_PathData* pPathData, |
rectf.Intersect( |
CFX_FloatRect(0, 0, (FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_WIDTH), |
(FX_FLOAT)GetDeviceCaps(FXDC_PIXEL_HEIGHT))); |
- FX_RECT rect = rectf.GetOutterRect(); |
+ FX_RECT rect = rectf.GetOuterRect(); |
m_pClipRgn->IntersectRect(rect); |
return TRUE; |
} |