mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 12:18:01 +02:00
[test] Remove misleading code/comments from a1-image-sample
This commit is contained in:
parent
e702df59b0
commit
8b3be26c7b
1 changed files with 0 additions and 4 deletions
|
|
@ -49,11 +49,7 @@ draw (cairo_t *cr, int width, int height)
|
|||
cairo_set_source_rgb (cr, 1, 1, 1);
|
||||
cairo_paint (cr);
|
||||
|
||||
/* Draw in black */
|
||||
cairo_set_source_rgb (cr, 0, 0, 0);
|
||||
|
||||
cairo_translate (cr, PAD, PAD);
|
||||
cairo_set_antialias (cr, CAIRO_ANTIALIAS_NONE);
|
||||
|
||||
for (i = 0; i < POINTS; i++)
|
||||
for (j = 0; j < POINTS; j++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue