Closed ajrcarey closed 2 years ago
Added PdfPageObjects::create_path_object_bezier()
, PdfPagePathObject::new_bezier()
, and crate-private PdfPagePathObject::new_bezier_from_bindings()
functions. Updated documentation. Published as crate version 0.7.16.
PdfPageObjects
already contains convenience functions for creating lines, rectangles, circles, and ellipses. Add an equivalent convenience function for creating a Beźier curve.Likewise,
PdfPagePathObject
already contains convenience functions for creating lines, rectangles, circles, and ellipses. Add an equivalent convenience function for creating a Bézier curve.