From 713d201186f93beb7c5d97e4b44929a42aefc158 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Mon, 19 Oct 2009 17:05:32 +0200 Subject: [PATCH] [docs] Updated NEWS.xml --- docs/gnu/NEWS.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/gnu/NEWS.xml b/docs/gnu/NEWS.xml index 5b41c57a..8d9cbc3e 100644 --- a/docs/gnu/NEWS.xml +++ b/docs/gnu/NEWS.xml @@ -6,6 +6,25 @@ News archive Summary of changes between releases + +ADG 0.5.3 + +AdgRDim, a new entity to quote radial dimensions, is now available. + +A bunch of new classes to manage hatches have been implemented. +Specifically, AdgHatch is the entity to be added to the canvas, +AdgFillStyle a generic abstract class that wraps cairo_pattern_t +and AdgRuledFill the AdgFillStyle implementation to fill an hatch +with a serie of parallel lines with custom spacing and angle. + +The AdgModel now supports named pairs, that is any coordinates +can be set explicitely (as before) or as a reference to a pair +set by the model. The AdgPoint helper class is the object used +to manage this relationship. The API of dimension entities has +been updated to accept AdgPoint instead of plain AdgPair. + + + ADG 0.5.2 -- 2.11.4.GIT