[AdgPath] Added adg_path_get_segment()
commit58a6e807a45a1f488bdad00a3edb3f03d35f54ee
authorNicola Fontana <ntd@entidi.it>
Sat, 29 Aug 2009 01:03:04 +0000 (29 03:03 +0200)
committerNicola Fontana <ntd@entidi.it>
Sat, 29 Aug 2009 01:03:04 +0000 (29 03:03 +0200)
tree8bfc6d8d209e38b02b629427b3bc64bb2f8ad0d7
parentbaf66f5d89470f011b810804498b56c7f927e217
[AdgPath] Added adg_path_get_segment()

Convenient API to get a segment (in CPML format) from an AdgPath. It
is equivalent to get the CPML path throught adg_path_get_cpml_path()
and iterating on the returned path using cpml_segment_from_cairo() and
cpml_segment_next().
adg/adg-path.c
adg/adg-path.h