summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_SVG_Image.cxx4
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;