From 3d53e5b496e20cddf9a44ff51cf582f9ee5916ab Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 3 Nov 2017 09:04:56 +0000 Subject: 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 --- FL/Fl_SVG_Image.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_SVG_Image.H') 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); -- cgit v1.2.3