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
This commit is contained in:
parent
722faf50cf
commit
c42b4717a9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user