diff options
| -rw-r--r-- | FL/Fl_SVG_Image.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_SVG_Image.H b/FL/Fl_SVG_Image.H index fec869d8d..6467f4d3f 100644 --- a/FL/Fl_SVG_Image.H +++ b/FL/Fl_SVG_Image.H @@ -34,8 +34,8 @@ struct NSVGimage; If the image has loaded correctly, w(), h(), and d() should return values greater than zero. Rasterization is not done until the image is first drawn or resize() is called. Therefore, - array() is NULL until then. The delayed rasterization ensures an Fl_Shared_Image based on - an SVG image and scaled to its display size by calling Fl_Shared_Image::scale() will be + \ref array is NULL until then. The delayed rasterization ensures an Fl_Shared_Image based on + an SVG image and scaled to its display size by Fl_Shared_Image::scale() will be always rasterized to the exact screen resolution. The Fl_SVG_Image class draws images computed by \c nanosvg: one known limitation is that text |
