diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-06-16 12:04:08 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-06-16 12:04:20 +0200 |
| commit | 5005d047657437abf6ab780bb1c35623a7222c3d (patch) | |
| tree | aadc1d05abd4c8494ed3a3e10d781d2a3899085d | |
| parent | 46b89686df06102af64454bc7b2e722c1ff16927 (diff) | |
More detailed documentation of Fl_SVG_Image::normalize().
| -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()); } |
