-
- Downloads
Add classes Fl_SVG_File_Surface and Fl_EPS_File_Surface to draw to SVG and EPS.
Test programs device and pixmap_browser use these new classes. Class Fl_SVG_File_Surface can be optionally made non functional using the --disable-svg configure option or turning off OPTION_USE_SVG in CMake. Class Fl_EPS_File_Surface can be optionally made non functional using the --disable-print configure option or turning off OPTION_PRINT_SUPPORT in CMake.
Showing
- CHANGES.txt 10 additions, 5 deletionsCHANGES.txt
- CMake/options.cmake 4 additions, 4 deletionsCMake/options.cmake
- FL/Fl_PostScript.H 58 additions, 1 deletionFL/Fl_PostScript.H
- FL/Fl_SVG_File_Surface.H 73 additions, 0 deletionsFL/Fl_SVG_File_Surface.H
- configh.cmake.in 3 additions, 3 deletionsconfigh.cmake.in
- configh.in 1 addition, 1 deletionconfigh.in
- configure.ac 4 additions, 4 deletionsconfigure.ac
- src/CMakeLists.txt 1 addition, 0 deletionssrc/CMakeLists.txt
- src/Fl_SVG_Image.cxx 2 additions, 2 deletionssrc/Fl_SVG_Image.cxx
- src/Makefile 2 additions, 2 deletionssrc/Makefile
- src/drivers/PostScript/Fl_PostScript.cxx 135 additions, 10 deletionssrc/drivers/PostScript/Fl_PostScript.cxx
- src/drivers/SVG/Fl_SVG_File_Surface.cxx 1023 additions, 0 deletionssrc/drivers/SVG/Fl_SVG_File_Surface.cxx
- src/fl_images_core.cxx 2 additions, 2 deletionssrc/fl_images_core.cxx
- test/CMakeLists.txt 1 addition, 1 deletiontest/CMakeLists.txt
- test/Makefile 2 additions, 2 deletionstest/Makefile
- test/device.cxx 82 additions, 31 deletionstest/device.cxx
- test/pixmap_browser.cxx 21 additions, 4 deletionstest/pixmap_browser.cxx
Loading
Please register or sign in to comment