descriptionCL vector rasterization and manipulation system
homepage URLhttp://projects.tuxee.net/cl-vectors
repository URLgit://git.tuxee.net/cl-vectors
ownertrebbu@googlemail.com
last changeSat, 25 Sep 2010 12:52:38 +0000 (25 14:52 +0200)
last refreshWed, 24 Apr 2024 18:43:57 +0000 (24 20:43 +0200)
content tags
add:
README
cl-vectors
==========

This library is released under the LLGPL license. See the COPYING file
which should be included in the present distribution.

The project homepage can be found at the following URL:

  http://projects.tuxee.net/cl-vectors/

Changes
-------

 version 0.1.4b - 2010-09-25

  - added doc.lisp which contains the code used to generate the images
    for the documentation. The `show-annotated-path' can be useful to
    experiment with cl-vectors.

  - added paths:path-transform-as-marker (see documentation)

 version 0.1.3 - 2007-03-14

  - fixed paths:filter-distinct to better choose knots to keep (really
    eliminating zero length interpolation.)

  - extended cl-aa protocol to provide a way to sweep only a
    rectangular zone of the resulting state. (New functions are
    freeze-state, scanline-sweep, scanline-y and
    cells-sweep/rectangle.)

  - added a version of cl-aa specialized for rendering non-antialiased
    polygon, named aa-bin and included in the cl-aa system definition.

 version 0.1.2 - 2007-03-08

  - fixed make-circle-path. A bug prevented circle creation with non
    positive coordinates. Also, the circle path doesn't include the
    zero-length straight line anymore (it was here for historical
    reason.)

  - fixed dash transformation when processing arcs. The resultings
    chunk of arcs were not correctly specified for the :large-arc-flag
    attribute (it was false all the time.)

  - vectors:update-state now accept either a path or a list of paths.

 version 0.1.1 - 2007-03-06

  - fixed cl-aa.asd system definition ("cl-aa" -> "aa").
    Thanks to Ivan Toshkov.

 version 0.1 - 2007-03-06

  - Initial release.
shortlog
2010-09-25 Frédéric JollitonVersion 0.1.4bmaster
2010-09-25 Frédéric JollitonUpdate manifest.
2010-09-25 Frédéric JollitonAdd doc.lisp (used to build the images for the document...
2010-09-25 Frédéric Jollitonupdate-state: handle nested lists.
2010-09-25 Frédéric Jollitoncosmetic: drop package prefix.
2010-09-25 Frédéric Jollitoncosmetic: factor code.
2010-09-25 Frédéric JollitonFix auto-orientation.
2010-09-25 Frédéric Jollitoncosmetic: setf->setq
2010-09-25 Frédéric Jollitoncosmetic: docstring update + formatting
2007-05-28 Fdéric JollitonFix lang-o (reversed -> reverted)
2007-05-20 Frédéric JollitonAdded paths:path-transform-as-marker.
2007-05-20 Frédéric Jollitonpath-{translate,rotate,scale} can now take list of...
2007-05-20 Frédéric JollitonAllows to use auto-orientation in paths-ttf.
2007-05-20 Frédéric JollitonAdded paths-ttf:make-string-path.
2007-05-20 Frédéric JollitonConditionnaly handle kerning.
2007-05-20 Frédéric JollitonAdd auto-orientation support.
...
heads
13 years ago master