[twin] Tweak line width.

Slightly increase line width to eliminate internal holes in the characters
where the strokes were not quite overlapping.
This commit is contained in:
Chris Wilson 2008-11-18 10:45:19 +00:00
parent 91c17d3332
commit e50538863a
7 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ twin_scaled_font_render_glyph (cairo_scaled_font_t *scaled_font,
int n_snap_y;
} info = {FALSE};
cairo_set_line_width (cr, 0.06);
cairo_set_line_width (cr, 0.066);
cairo_set_line_join (cr, CAIRO_LINE_JOIN_ROUND);
cairo_set_line_cap (cr, CAIRO_LINE_CAP_ROUND);

View file

@ -48,5 +48,5 @@ CAIRO_TEST (twin,
"Tests the internal font",
"twin, font", /* keywords */
NULL, /* requirements */
128, 20,
132, 20,
NULL, draw)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB