From dd9f32c3f5dbe5b157a554ebd148f619c9279841 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 4 Sep 2017 08:30:19 +0000 Subject: [PATCH] Fix typo in documentation of Fl_SVG_Image. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12419 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- 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 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