summaryrefslogtreecommitdiff
path: root/src/Fl_SVG_Image.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-06-16 12:04:08 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-06-16 12:04:20 +0200
commit5005d047657437abf6ab780bb1c35623a7222c3d (patch)
treeaadc1d05abd4c8494ed3a3e10d781d2a3899085d /src/Fl_SVG_Image.cxx
parent46b89686df06102af64454bc7b2e722c1ff16927 (diff)
More detailed documentation of Fl_SVG_Image::normalize().
Diffstat (limited to 'src/Fl_SVG_Image.cxx')
-rw-r--r--src/Fl_SVG_Image.cxx2
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());
}