CWS-TOOLING: integrate CWS impress163_DEV300

This commit is contained in:
Jens-Heiner Rechtien
2008-11-20 14:55:36 +00:00
parent c616169708
commit 66141a46a4
2 changed files with 14 additions and 3 deletions

View File

@@ -700,6 +700,8 @@ namespace cppcanvas
break;
case GRADIENT_AXIAL:
// vcl considers center color as start color
::std::swap(aColors[0],aColors[1]);
aTexture.Gradient = xFactory->createAxialHorizontalGradient( aColors,
aStops );
break;