From 8586c257abe294f9ca651856c1330d4cf7ea360f Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 17 Dec 2022 23:44:31 +0100 Subject: Update SVG binary constructor documentation --- src/Fl_SVG_Image.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Fl_SVG_Image.cxx b/src/Fl_SVG_Image.cxx index 499e0588f..c5dca3c54 100644 --- a/src/Fl_SVG_Image.cxx +++ b/src/Fl_SVG_Image.cxx @@ -97,9 +97,9 @@ Fl_SVG_Image::Fl_SVG_Image(const char *sharedname, const char *svg_data) : \param sharedname if not \c NULL, a shared image will be generated with this name \param svg_data a pointer to the memory location of the SVG image data - \param length optional length of \p svg_data or \c 0. This will protect memory - outside of the \p svg_data array from illegal read operations for - compressed SVG data + \param length of \p svg_data or \c 0 if the length is unknown. This will + protect memory outside of the \p svg_data array from illegal read + operations for compressed SVG data \note In-memory SVG data is parsed by the object constructor and is no longer needed after construction. -- cgit v1.2.3