Doxygen doc of class Fl_Shared_Image: add that the SVG format is also supported.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12588 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
31e816786e
commit
d9a99c64fd
@ -35,7 +35,8 @@ typedef Fl_Image *(*Fl_Shared_Handler)(const char *name, uchar *header,
|
||||
|
||||
Most applications will also want to link against the fltk_images library
|
||||
and call the fl_register_images() function to support standard image
|
||||
formats such as BMP, GIF, JPEG, and PNG.
|
||||
formats such as BMP, GIF, JPEG, PNG, and SVG (unless the library was built
|
||||
with the option removing SVG support).
|
||||
|
||||
Images can be requested (loaded) with Fl_Shared_Image::get(), find(),
|
||||
and some other methods. All images are cached in an internal list of
|
||||
|
Loading…
Reference in New Issue
Block a user