| Index: core/fxge/dib/fx_dib_transform.cpp
|
| diff --git a/core/fxge/dib/fx_dib_transform.cpp b/core/fxge/dib/fx_dib_transform.cpp
|
| index d997a8fa797f7bafd07c2a56c567748b57033320..73b02be210843dc9f98d35318fc9e4bd08084deb 100644
|
| --- a/core/fxge/dib/fx_dib_transform.cpp
|
| +++ b/core/fxge/dib/fx_dib_transform.cpp
|
| @@ -393,7 +393,7 @@ FX_BOOL CFX_ImageTransformer::Start() {
|
| m_dest2stretch.SetReverse(stretch2dest);
|
| CFX_FloatRect clip_rect_f(result_clip);
|
| clip_rect_f.Transform(&m_dest2stretch);
|
| - m_StretchClip = clip_rect_f.GetOutterRect();
|
| + m_StretchClip = clip_rect_f.GetOuterRect();
|
| m_StretchClip.Intersect(0, 0, stretch_width, stretch_height);
|
| m_Stretcher.reset(new CFX_ImageStretcher(&m_Storer, m_pSrc, stretch_width,
|
| stretch_height, m_StretchClip,
|
|
|