ooo-build r14755 - in trunk: . patches/dev300
- From: thorstenb svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14755 - in trunk: . patches/dev300
- Date: Fri, 5 Dec 2008 13:55:02 +0000 (UTC)
Author: thorstenb
Date: Fri Dec 5 13:55:02 2008
New Revision: 14755
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14755&view=rev
Log:
* patches/dev300/svg-import-filter-gfxfilter.diff: fixed a
mis-transformation of stroked lines
Modified:
trunk/ChangeLog
trunk/patches/dev300/svg-import-filter-gfxfilter.diff
Modified: trunk/patches/dev300/svg-import-filter-gfxfilter.diff
==============================================================================
--- trunk/patches/dev300/svg-import-filter-gfxfilter.diff (original)
+++ trunk/patches/dev300/svg-import-filter-gfxfilter.diff Fri Dec 5 13:55:02 2008
@@ -157,7 +157,7 @@
// TODO(F2): line ends
}
-@@ -1873,4 +1891,735 @@ sal_Bool SVGReader::parseAndConvert()
+@@ -1873,4 +1891,737 @@ sal_Bool SVGReader::parseAndConvert()
return sal_True;
}
@@ -738,8 +738,10 @@
+ // vcl thick lines are severly borked - generate filled
+ // polygon instead
+ std::vector<basegfx::B2DPolyPolygon> aPolys;
++ aPoly = rPoly;
+ if( !aState.maDashArray.empty() )
+ {
++ aPoly.clear();
+ basegfx::B2DPolyPolygon aSegment;
+ for( sal_uInt32 i=0; i<rPoly.count(); ++i )
+ {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]