Doc: make clear that nanosvg doesn't render image elements.

This commit is contained in:
ManoloFLTK
2020-03-28 07:13:11 +01:00
parent 89449280dc
commit 6105a95202
+2 -2
View File
@@ -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 <text\></text\> blocks is not rendered.
The Fl_SVG_Image class draws images computed by \c nanosvg: two known limitations are that text
between \c <text\> and </text\> 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.