Documentation: fix resizable images that were not displayed correctly.

The resizable effect was not shown proportionally correct.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10446 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2014-11-10 22:09:11 +00:00
parent a6369a4234
commit b93f8d775a
1 changed files with 3 additions and 1 deletions

View File

@ -125,12 +125,14 @@ public:
In these examples the gray area is the resizable:
\image html resizebox1.png
<br>
\image html resizebox2.png
\image latex resizebox1.png "before resize" width=4cm
\image latex resizebox2.png "after resize" width=4cm
\image latex resizebox2.png "after resize" width=4.85cm
The resizable may be set to the group itself, in which case all the
contents are resized. This is the default value for Fl_Group,