Correctly propagate plot success
svn path=/trunk/netsurf/; revision=7611
This commit is contained in:
parent
18654c78b0
commit
2ba7092933
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue