diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-12-17 23:44:31 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2022-12-17 23:44:42 +0100 |
| commit | 8586c257abe294f9ca651856c1330d4cf7ea360f (patch) | |
| tree | 20ed8554d2ea1d1cf818a0a3552a557d512f7286 /src/Fl_SVG_Image.cxx | |
| parent | b9852ff58fb528e505d46f3e68f3ab14b2e32fa7 (diff) | |
Update SVG binary constructor documentation
Diffstat (limited to 'src/Fl_SVG_Image.cxx')
| -rw-r--r-- | src/Fl_SVG_Image.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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. |
