summaryrefslogtreecommitdiff
path: root/FL/Fl_SVG_File_Surface.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_SVG_File_Surface.H')
-rw-r--r--FL/Fl_SVG_File_Surface.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/FL/Fl_SVG_File_Surface.H b/FL/Fl_SVG_File_Surface.H
index 272f7db1f..9f5c7ace6 100644
--- a/FL/Fl_SVG_File_Surface.H
+++ b/FL/Fl_SVG_File_Surface.H
@@ -39,8 +39,9 @@
fclose(svg);
}
\endcode
- \note FLTK uses the PNG and JPEG libraries to encode images to the SVG format. If JPEG is
- not available at application build time, PNG is enough (but produces a quite larger output).
+ \note FLTK uses the PNG and JPEG libraries to encode images to the SVG format.
+ For this reason, class Fl_SVG_File_Surface is placed in the fltk_images library.
+ If JPEG is not available at application build time, PNG is enough (but produces a quite larger output).
If PNG isn't available either, images don't appear in the SVG output.
*/
class FL_EXPORT Fl_SVG_File_Surface : public Fl_Widget_Surface {