From 1d8edbead1a03e81c08a44a17dcbd8738149158a Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 11 May 2018 06:25:35 +0000 Subject: Fix typo. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12913 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/drawing.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index 046963fb7..f8b2fd903 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -87,7 +87,7 @@ image type, the platform and some hardware features. The most common case for Fl_RGB_Image's is that FLTK uses a scaled drawing system feature that directly maps image data to screen pixels. An important feature of FLTK for image drawing is the Fl_Image::scale() member function, new in FLTK version 1.4. This function -controls the image drawing size (in FLTK units) independantly from the size +controls the image drawing size (in FLTK units) independently from the size of the image data. An image with large enough data size can thus be drawn at the full resolution of the screen even when the screen area covered by the image grows following the GUI scale factor. -- cgit v1.2.3