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

@@ -120,6 +120,7 @@ gchar *ag_chart_create_svg(AgChart *chart,
gsize *length,
gboolean rendering,
AgDisplayTheme *theme,
guint image_size,
GError **err);
GList *ag_chart_get_planets(AgChart *chart);