mirror of https://github.com/fltk/fltk
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:
parent
a6369a4234
commit
b93f8d775a
|
@ -126,11 +126,13 @@ public:
|
|||
|
||||
\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,
|
||||
|
|
Loading…
Reference in New Issue