Fischland
Fischland is a 2d vector graphics editor which aims to be similar to Adobe Illustrator™ but with a smaller feature set and other minor differences.
For now you will need to compile the sources on your own. You will require X11, Cairo, libpng and to checkout and compile the recent development versions of the TOAD C++ Library and Fischland:
- svn co https://svn.mark13.org/toad/trunk/toad toad
- svn co https://svn.mark13.org/toad/trunk/fischland fischland
- cd toad
- ./autogen.sh (or cp autogen/* .)
- ./configure
- make
- make install
- cd ../fischland
- ./autogen.sh
- ./configure
- make
- ./fischland
Please be aware that this will be a development version.
In case of trouble, ask. :)
To Do List
Some open issues at a glance:
- Some operations lack undo/redo
- Additional views are not always updated
- Refactor and document TFigureEditor class
- Improve cursor movement when editing text (TOAD should offer to reuse the TTextArea code
- Font dialog should be modeless
- Set line style to solid before drawing selection markers
- idea: "flip order" button, so hidden figures become visible