summarylogtreecommitdiffstats
path: root/0003-Apply-subpixel-rendering-in-Cairo-Backend.patch
diff options
context:
space:
mode:
authorPaul Gideon Dann2017-11-30 11:35:38 +0000
committerPaul Gideon Dann2017-11-30 11:35:38 +0000
commit482fb0dc7dd1b242756c84460f45acbcf4dee69a (patch)
tree50358c6762a4cdfb3fdb959b570489824cdc7298 /0003-Apply-subpixel-rendering-in-Cairo-Backend.patch
parent87312142f9cc960fff5ea8eee13398b7160b2a5d (diff)
downloadaur-482fb0dc7dd1b242756c84460f45acbcf4dee69a.tar.gz
Update for Poppler 0.61.1
Diffstat (limited to '0003-Apply-subpixel-rendering-in-Cairo-Backend.patch')
-rw-r--r--0003-Apply-subpixel-rendering-in-Cairo-Backend.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0003-Apply-subpixel-rendering-in-Cairo-Backend.patch b/0003-Apply-subpixel-rendering-in-Cairo-Backend.patch
index e25c78316a44..ba08f79e9a9a 100644
--- a/0003-Apply-subpixel-rendering-in-Cairo-Backend.patch
+++ b/0003-Apply-subpixel-rendering-in-Cairo-Backend.patch
@@ -1,4 +1,4 @@
-From 01951266ac6d701f705432aa015ccca1e9122db9 Mon Sep 17 00:00:00 2001
+From 2c81fe47d02e3bb2745f819d06db001b68b918df Mon Sep 17 00:00:00 2001
From: Paul Gideon Dann <pdgiddie@gmail.com>
Date: Tue, 9 Aug 2016 15:02:53 +0100
Subject: [PATCH 3/4] Apply subpixel rendering in Cairo Backend
@@ -135,7 +135,7 @@ index a375e0af..5f23bba9 100644
if (cairo_font_face_set_user_data (l->font_face,
&_ft_cairo_key,
diff --git a/poppler/CairoOutputDev.cc b/poppler/CairoOutputDev.cc
-index 43c604f0..9ed3c151 100644
+index cc8a161b..91f4abea 100644
--- a/poppler/CairoOutputDev.cc
+++ b/poppler/CairoOutputDev.cc
@@ -208,6 +208,13 @@ void CairoOutputDev::setCairo(cairo_t *cairo)
@@ -311,5 +311,5 @@ index 97b70a0c..6786b40b 100644
Object getAnnotsObject(XRef *xrefA = nullptr) { return annotsObj.fetch(xrefA ? xrefA : xref); }
// Add a new annotation to the page
--
-2.15.0
+2.15.1