From 6105a9520255a0178616f4f8732962b8b4d6753c Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 28 Mar 2020 07:13:11 +0100 Subject: Doc: make clear that nanosvg doesn't render image elements. --- FL/Fl_SVG_Image.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FL/Fl_SVG_Image.H b/FL/Fl_SVG_Image.H index 8211a6538..1f1d0de05 100644 --- a/FL/Fl_SVG_Image.H +++ b/FL/Fl_SVG_Image.H @@ -37,8 +37,8 @@ struct NSVGimage; \ref array is NULL until then. The delayed rasterization ensures an Fl_SVG_Image is always rasterized to the exact screen resolution at which it is drawn. - The Fl_SVG_Image class draws images computed by \c nanosvg: one known limitation is that text - within \c blocks is not rendered. + The Fl_SVG_Image class draws images computed by \c nanosvg: two known limitations are that text + between \c and marks, and \c image elements are not rendered. The FLTK library can optionally be built without SVG support; in that case, class Fl_SVG_Image is unavailable. -- cgit v1.2.3