Add a rendering parameter to ag_chart_create_svg()
Based upon this parameter a <rect> is included in the resulting SVG document, providing a background color, and so is the chart CSS.
This commit is contained in:
		| @@ -496,6 +496,7 @@ ag_window_redraw_chart(AgWindow *window) | ||||
|     gchar           *svg_content = ag_chart_create_svg( | ||||
|             priv->chart, | ||||
|             &length, | ||||
|             FALSE, | ||||
|             &err | ||||
|         ); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user