Bugzilla – Attachment 71080 Details for
Bug 35680
FORMATTING: Gradient rendered wrongly in presentation mode when grouped
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
hack that fixes it.
gradient-fix.diff (text/plain), 1.06 KB, created by
Michael Meeks
on 2012-12-06 10:40:56 UTC
(
hide
)
Description:
hack that fixes it.
Filename:
MIME Type:
Creator:
Michael Meeks
Created:
2012-12-06 10:40:56 UTC
Size:
1.06 KB
patch
obsolete
>diff --git a/cppcanvas/source/mtfrenderer/implrenderer.cxx b/cppcanvas/source/mtfrenderer/implrenderer.cxx >index e8f40bd..9ad4301 100644 >--- a/cppcanvas/source/mtfrenderer/implrenderer.cxx >+++ b/cppcanvas/source/mtfrenderer/implrenderer.cxx >@@ -760,6 +760,7 @@ namespace cppcanvas > break; > } > >+#if 0 // fdo#35680 - MinX/Y are almost-always 0 except for grouped shapes ... > // As the texture coordinate space is relative to > // the polygon coordinate space (NOT to the > // polygon itself), move gradient to the start of >@@ -769,6 +770,7 @@ namespace cppcanvas > // miles away from the origin). > aGradInfo.maTextureTransform.translate( aBounds.getMinX(), > aBounds.getMinY() ); >+#endif > ::basegfx::unotools::affineMatrixFromHomMatrix( aTexture.AffineTransform, > aGradInfo.maTextureTransform ); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 35680
:
44865
|
44866
|
59419
| 71080