Version 0.1.4b
[cl-vectors.git] / README
blob1bb7d33b21e8260da6118a7a5daea3c0af9e1acb
1 cl-vectors
2 ==========
4 This library is released under the LLGPL license. See the COPYING file
5 which should be included in the present distribution.
7 The project homepage can be found at the following URL:
9   http://projects.tuxee.net/cl-vectors/
11 Changes
12 -------
14  version 0.1.4b - 2010-09-25
16   - added doc.lisp which contains the code used to generate the images
17     for the documentation. The `show-annotated-path' can be useful to
18     experiment with cl-vectors.
20   - added paths:path-transform-as-marker (see documentation)
22  version 0.1.3 - 2007-03-14
24   - fixed paths:filter-distinct to better choose knots to keep (really
25     eliminating zero length interpolation.)
27   - extended cl-aa protocol to provide a way to sweep only a
28     rectangular zone of the resulting state. (New functions are
29     freeze-state, scanline-sweep, scanline-y and
30     cells-sweep/rectangle.)
32   - added a version of cl-aa specialized for rendering non-antialiased
33     polygon, named aa-bin and included in the cl-aa system definition.
35  version 0.1.2 - 2007-03-08
37   - fixed make-circle-path. A bug prevented circle creation with non
38     positive coordinates. Also, the circle path doesn't include the
39     zero-length straight line anymore (it was here for historical
40     reason.)
42   - fixed dash transformation when processing arcs. The resultings
43     chunk of arcs were not correctly specified for the :large-arc-flag
44     attribute (it was false all the time.)
46   - vectors:update-state now accept either a path or a list of paths.
48  version 0.1.1 - 2007-03-06
50   - fixed cl-aa.asd system definition ("cl-aa" -> "aa").
51     Thanks to Ivan Toshkov.
53  version 0.1 - 2007-03-06
55   - Initial release.