Correctly propagate plot success

svn path=/trunk/netsurf/; revision=7611
This commit is contained in:
John Mark Bell 2009-05-28 16:21:32 +00:00
parent 18654c78b0
commit 2ba7092933
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,8 @@ bool svg_redraw(struct content *c, int x, int y,
diagram->shape[i].text,
strlen(diagram->shape[i].text),
0xffffff, 0x000000);
if (!ok)
return false;
}
}