Drawj2d creates technical line drawings using a descriptive language. It writes pdf, svg, eps and emf vector graphics or png images. It runs on all platforms that run Java. It is inspired by Asymptote but with a tcl-like syntax and 2D only.
ReleaseNotes
major feature: This release improves formatting of numbers. ` format " .2f m" 1.2 ` transforms to "1.20 m". Similarily `dimline 0 0 1.33333 0 .2f` will draw the dimension line with the label "1.33".Changes:- new command format for printf-styled number formatting (` f`, ` e`, ` g`, ` d`)- commands (tex)dimline , (tex)dimangle, (tex)force extended: optional label parameter may contain ` f` place-holder and space sign (within quotes)- library update: evalex