summaryrefslogtreecommitdiff
path: root/test/twin.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-11-18 10:45:19 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-11-19 11:59:20 +0000
commite50538863a2c063eba61b36cc08eff6eeb712956 (patch)
tree132dd903e1ef477a6734369c47637fec82163a8f /test/twin.c
parent91c17d33324b51a3876bc6ce778c684111139303 (diff)
downloadcairo-e50538863a2c063eba61b36cc08eff6eeb712956.tar.gz
[twin] Tweak line width.
Slightly increase line width to eliminate internal holes in the characters where the strokes were not quite overlapping.
Diffstat (limited to 'test/twin.c')
-rw-r--r--test/twin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/twin.c b/test/twin.c
index 34851f475..a53b796e4 100644
--- a/test/twin.c
+++ b/test/twin.c
@@ -48,5 +48,5 @@ CAIRO_TEST (twin,
"Tests the internal font",
"twin, font", /* keywords */
NULL, /* requirements */
- 128, 20,
+ 132, 20,
NULL, draw)