From c42b4717a9af54f68f1ae01d93d6defbcb068d5f Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 4 Sep 2017 08:06:26 +0000 Subject: Fix erroneous Doxygen command in doc of Fl_SVG_Image::resize(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12418 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_SVG_Image.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Fl_SVG_Image.cxx b/src/Fl_SVG_Image.cxx index 036e67014..bbb0c4487 100644 --- a/src/Fl_SVG_Image.cxx +++ b/src/Fl_SVG_Image.cxx @@ -149,10 +149,10 @@ Fl_Image *Fl_SVG_Image::copy(int W, int H) { /** Have the svg data (re-)rasterized using the given width and height values. - By default, the resulting image width and height will preserve the width/height ratio + By default, the resulting image w() and h() will preserve the width/height ratio of the SVG data. If \ref proportional was set to false, the image is rasterized to the given \c width - and \v height values.*/ + and \c height values.*/ void Fl_SVG_Image::resize(int width, int height) { if (ld() < 0) { return; -- cgit v1.2.3