diff options
Diffstat (limited to 'src/Fl_SVG_Image.cxx')
| -rw-r--r-- | src/Fl_SVG_Image.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } |
