Rob Pearce
3b9cbee30c
- Disabled Delete Map and New Map functions in readonly mode - Preparation for SVG exports: - Added vector types: Subobj/obj (to draw filled objects), Poly - Modified vector type "box" to take a "fill colour" argument - Removed vector types Fill and Fillbox - Rewrote entire objects.dat file to avoid use of "fill" command - Can now export to SVG files (same with ".SVG" extension) - Improved behaviour of grid with respect to link endpoints when moving & resizing objects - Grid lines now look more visio-like - Removed grid size of '5' as this was too small to be useful - Changed default grid size from 10 to 15. |
||
---|---|---|
doc | ||
CHANGELOG | ||
INSTALL.txt | ||
Makefile | ||
Makefile.freebsd | ||
Makefile.linux | ||
Makefile.windows | ||
README.txt | ||
buttons.dat | ||
constants.h | ||
convert.c | ||
convert.h | ||
dist.sh | ||
example.map | ||
icon.bmp | ||
letters.dat | ||
netmapr-small.jpg | ||
netmapr.c | ||
netmapr.exe | ||
netmapr.h | ||
netmapr.jpg | ||
objects.dat | ||
verdana.ttf | ||
windist.sh |
README.txt
IMPORTANT: Due to a bug in the versions 0.98 and below of netmapr, the map file format has slightly changed. To correct this, simply compile the "convert" program (included in the distribution) then use: ./convert old_mapfile.map new_mapfile.map to convert your old diagrams to the new format. An option for XML diagrams is planned for future versions of netmapr to avoid future issues of this type.