From 8d4b0c15f795ec431983f4b04357417e6c8dba77 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 29 Jun 2020 11:35:58 +0200 Subject: Move class Fl_SVG_File_Surface from libfltk to libfltk_images. File examples/SVG_File_Surface.cxx is no longer useful because it was a very partial implementation of what is now class Fl_SVG_File_Surface. --- FL/Fl_SVG_File_Surface.H | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'FL/Fl_SVG_File_Surface.H') 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 { -- cgit v1.2.3