cosmetic: factor code.
[cl-vectors.git] / README
blob81da744ef32956fe8b000aab4d73b305a4c9caa1
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.3 - 2007-03-14
16   - fixed paths:filter-distinct to better choose knots to keep (really
17     eliminating zero length interpolation.)
19   - extended cl-aa protocol to provide a way to sweep only a
20     rectangular zone of the resulting state. (New functions are
21     freeze-state, scanline-sweep, scanline-y and
22     cells-sweep/rectangle.)
24   - added a version of cl-aa specialized for rendering non-antialiased
25     polygon, named aa-bin and included in the cl-aa system definition.
27  version 0.1.2 - 2007-03-08
29   - fixed make-circle-path. A bug prevented circle creation with non
30     positive coordinates. Also, the circle path doesn't include the
31     zero-length straight line anymore (it was here for historical
32     reason.)
34   - fixed dash transformation when processing arcs. The resultings
35     chunk of arcs were not correctly specified for the :large-arc-flag
36     attribute (it was false all the time.)
38   - vectors:update-state now accept either a path or a list of paths.
40  version 0.1.1 - 2007-03-06
42   - fixed cl-aa.asd system definition ("cl-aa" -> "aa").
43     Thanks to Ivan Toshkov.
45  version 0.1 - 2007-03-06
47   - Initial release.