filter/source/svg/gfxtypes.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 25fbffcd441bd84329be2979d53f29955f55201d
Author: Xisco Fauli <aniste...@gmail.com>
Date:   Sat Oct 24 02:47:42 2015 +0200

    tdf#87309: Use black as default currentColor if no color was...
    
    ...expecified in File - Open too.
    
    Change-Id: I616e66a296d7c44e5a8784b3a5f32f14ce7a668d
    Note: Chrome and Firefox use back as well so IMHO it makes sense to do it 
this way.
    Reviewed-on: https://gerrit.libreoffice.org/19567
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Norbert Thiebaud <nthieb...@gmail.com>

diff --git a/filter/source/svg/gfxtypes.hxx b/filter/source/svg/gfxtypes.hxx
index d4e264d..fddefde 100644
--- a/filter/source/svg/gfxtypes.hxx
+++ b/filter/source/svg/gfxtypes.hxx
@@ -162,7 +162,7 @@ struct State
         meTextAnchor(BEFORE),
         meTextDisplayAlign(BEFORE),
         mnTextLineIncrement(0.0),
-        maCurrentColor(1.0),
+        maCurrentColor(0.0),
         mbVisibility(true),
         meFillType(SOLID),
         mnFillOpacity(1.0),
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to