summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-09-03 14:20:31 +0000
committerManolo Gouy <Manolo>2017-09-03 14:20:31 +0000
commit8f81b81beb4835753ede694c888486ca261c1ccf (patch)
tree0caff6e5dece9e07ed1e6ddc80d18f23eefdca33
parentd6349e180af6701ad927eee3f0376258f42c8d7b (diff)
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
-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.