mbattyani / cl-pdf

CL-PDF is a cross-platform Common Lisp library for generating PDF files.
Other
115 stars 41 forks source link

export close-path #10

Closed slyrus closed 7 years ago

slyrus commented 7 years ago

close-path is useful for constructing compound paths (particularly for clipping paths), but is not exposed. OTOH, the close-sub-path symbol is exported, but there doesn't seem to be a close-sub-path function anymore. Perhaps that symbol can be removed the exports list and close-path can be exported.

mbattyani commented 7 years ago

Done. Thanks slyrus.