diff options
| author | Manolo Gouy <Manolo> | 2017-09-04 08:06:26 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2017-09-04 08:06:26 +0000 |
| commit | c42b4717a9af54f68f1ae01d93d6defbcb068d5f (patch) | |
| tree | 46ed4a601d8c0a8beb8dcc44f4fc5f9bad8d1bf9 | |
| parent | 722faf50cf5d9b917b1d57b145c55ceed7c14b82 (diff) | |
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
| -rw-r--r-- | src/Fl_SVG_Image.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
