From 8f81b81beb4835753ede694c888486ca261c1ccf Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 3 Sep 2017 14:20:31 +0000 Subject: 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 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 2dde41e51..8147a0894 100644 --- a/CHANGES +++ b/CHANGES @@ -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. -- cgit v1.2.3