[ooo-build-commit] .: patches/dev300

Thorsten Behrens thorsten at kemper.freedesktop.org
Mon Mar 8 05:21:30 PST 2010


 patches/dev300/svg-import-filter.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e55c4cda98b1fdab65d48b498f49aeb04263e784
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Mar 8 14:20:03 2010 +0100

    Align style usage with style generation
    
    * patches/dev300/svg-import-filter.diff: updated writePathShape()

diff --git a/patches/dev300/svg-import-filter.diff b/patches/dev300/svg-import-filter.diff
index f71d02f..eac169d 100644
--- a/patches/dev300/svg-import-filter.diff
+++ b/patches/dev300/svg-import-filter.diff
@@ -3530,7 +3530,7 @@ index 0000000..ce3bc85
 +                  maCurrState.maCTM.get(1,1),
 +                  maCurrState.maCTM.get(1,2));
 +        
-+		if( aState.maDashArray.size() )
++		if( aState.meStrokeType != NONE && aState.maDashArray.size() )
 +        {
 +            // ODF dashing is severly borked - generate filled polygon instead
 +            aPolys.clear();


More information about the ooo-build-commit mailing list