From 5005d047657437abf6ab780bb1c35623a7222c3d Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 16 Jun 2020 12:04:08 +0200 Subject: [PATCH] More detailed documentation of Fl_SVG_Image::normalize(). --- src/Fl_SVG_Image.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fl_SVG_Image.cxx b/src/Fl_SVG_Image.cxx index c76bc962b..b0fb9dd9d 100644 --- a/src/Fl_SVG_Image.cxx +++ b/src/Fl_SVG_Image.cxx @@ -267,7 +267,7 @@ void Fl_SVG_Image::color_average(Fl_Color c, float i) { } /** Makes sure the object is fully initialized. - This function rasterizes the SVG image if that was not done before. */ + This function rasterizes the SVG image, and consequently initializes its \ref array member, if that was not done before. */ void Fl_SVG_Image::normalize() { if (!array) resize(w(), h()); } -- GitLab