mirror of
https://github.com/fltk/fltk.git
synced 2026-05-26 18:17:03 +08:00
More detailed documentation of Fl_SVG_Image::normalize().
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user