summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
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.