summaryrefslogtreecommitdiff
path: root/FL/Fl_SVG_Image.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-11-03 09:04:56 +0000
committerManolo Gouy <Manolo>2017-11-03 09:04:56 +0000
commit3d53e5b496e20cddf9a44ff51cf582f9ee5916ab (patch)
treec2a4435d270623d0194beb2a58180ec8ead63a00 /FL/Fl_SVG_Image.H
parent127147ca976a3151f8a6e307d0d7e482e987d29f (diff)
Doxygen doc: minor rewording for the Fl_SVG_Image class.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12539 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_SVG_Image.H')
-rw-r--r--FL/Fl_SVG_Image.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_SVG_Image.H b/FL/Fl_SVG_Image.H
index b734ded77..51d9800f5 100644
--- a/FL/Fl_SVG_Image.H
+++ b/FL/Fl_SVG_Image.H
@@ -122,9 +122,9 @@ protected:
virtual int draw_scaled(int X, int Y, int W, int H);
public:
/** Set this to \c false to allow image re-scaling that alters the image aspect ratio.
- Upon object creation, \c proportional is set to \c true, and the aspect ratio is kept constant.*/
+ Upon object creation, proportional is set to \c true, and the aspect ratio is kept constant.*/
bool proportional;
- Fl_SVG_Image(const char *filename, const char *filedata = NULL);
+ Fl_SVG_Image(const char *filename, const char *svg_data = NULL);
virtual ~Fl_SVG_Image();
virtual Fl_Image *copy(int W, int H);
void resize(int width, int height);