Add an image_size parameter to ag_chart_create_svg()

This is required so we can generate a fixed size image, e.g. for the
chart preview.
This commit is contained in:
2014-09-27 22:21:50 +02:00
parent 84b622c622
commit 6d996af704
3 changed files with 21 additions and 3 deletions

View File

@@ -532,6 +532,7 @@ ag_window_redraw_chart(AgWindow *window)
&length,
FALSE,
NULL,
0,
&err
);