[CpmlClose] Refactored APIs to use CAIRO_PATH_LINE_TO methods
commitb997fed50f50bdf47044da078da3cbe950e52ea9
authorNicola Fontana <ntd@entidi.it>
Sun, 28 Jun 2009 22:33:52 +0000 (29 00:33 +0200)
committerNicola Fontana <ntd@entidi.it>
Sun, 28 Jun 2009 22:33:52 +0000 (29 00:33 +0200)
tree9ae28e44ecea3956a85329b094900f6c31483736
parent94d1b1abd0f11705cb7a6b49f6025be4fc8248d9
[CpmlClose] Refactored APIs to use CAIRO_PATH_LINE_TO methods

The line primitives are really similar to close path ones: there is
no need to replicate the code so the CAIRO_PATH_CLOSE_PATH
implementation now uses the line functions under the wood.
cpml/cpml-close.c