summaryrefslogtreecommitdiff
path: root/src/xftfreetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xftfreetype.c')
-rw-r--r--src/xftfreetype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xftfreetype.c b/src/xftfreetype.c
index b91f8f4..9fa91db 100644
--- a/src/xftfreetype.c
+++ b/src/xftfreetype.c
@@ -849,7 +849,7 @@ XftFontOpenInfo (Display *dpy,
if (!(face->face_flags & FT_FACE_FLAG_SCALABLE))
antialias = FcFalse;
- color = FT_HAS_COLOR(face) ? FcTrue : FcFalse;
+ color = (FT_HAS_COLOR(face) && !FT_HAS_SVG(face)) ? FcTrue : FcFalse;
/*
* Find the appropriate picture format