Annonce the new Fl_SVG_Image class and related configure/CMake options.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12416 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2017-09-03 14:20:31 +00:00
parent d6349e180a
commit 8f81b81beb
+4
View File
@@ -18,6 +18,8 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017
New Features and Extensions
- (add new items here)
- New Fl_SVG_Image class: gives support of scalable vector graphics images
to FLTK using the nanosvg software.
- Fl_Text_Selection got a new method length() and returns 0 in length()
and in all offsets (start(), end(), position()) if no text is selected
(selected() == false). The behavior in FLTK 1.3 and earlier versions
@@ -55,6 +57,8 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017
New Configuration Options (ABI Version)
- The library can be built without support for SVG images using the
--disable-nanosvg configure option or turning off OPTION_USE_NANOSVG in CMake.
- FLTK's ABI version can be configured with 'configure' and CMake.
See documentation in README.abi-version.txt.