forked from AuroraMiddleware/gtk
gtk-demo: Cosmetics
Tweak the color of the outlines in the font rendering demo.
This commit is contained in:
parent
1fae91d123
commit
d88c4d122d
@ -192,7 +192,7 @@ update_image (void)
|
||||
}
|
||||
}
|
||||
|
||||
cairo_set_source_rgba (cr, 0, 0, 1, outline_alpha);
|
||||
cairo_set_source_rgba (cr, 0, 0, 0, outline_alpha);
|
||||
cairo_move_to (cr, scale * 20 - 0.5, scale * 20 - 0.5);
|
||||
cairo_append_path (cr, path);
|
||||
cairo_stroke (cr);
|
||||
|
Loading…
Reference in New Issue
Block a user