summaryrefslogtreecommitdiff
path: root/documentation/src/drawing.dox
diff options
context:
space:
mode:
authorDuncan Gibson <engelsman@users.noreply.github.com>2020-07-11 01:03:09 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-13 23:12:54 +0200
commit70385593387e1f47549e050c3aaea047a96bc7a2 (patch)
treeacbc5018cf01d09aed4a674f50ebc2afa8c0dd1d /documentation/src/drawing.dox
parent44375763aabefb9c3403540e2914aa41aed17a87 (diff)
add resize documentation as per STR3433
add resize chapter to documentation, plus images, based on Article #415: How does resizing work? https://www.fltk.org/articles.php?L415 see also https://www.fltk.org/str.php?L3433
Diffstat (limited to 'documentation/src/drawing.dox')
-rw-r--r--documentation/src/drawing.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index 4e12affb2..3ec17d6c0 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -251,7 +251,7 @@ standard colors and color cube for the first 256 colors. All of
these are named with symbols in
\ref enumerations "<FL/Enumerations.H>". Example:
-\image html fltk-colormap.png "FLTK default colormap (Fl_Color 0x00 - 0xff)"
+\image html fltk-colormap.png "Figure 8.1: FLTK default colormap (Fl_Color 0x00 - 0xff)"
\image latex fltk-colormap.png "FLTK default colormap (Fl_Color 0x00 - 0xff)" width=6cm
Color values greater than 255 are treated as 24-bit RGB
@@ -511,7 +511,7 @@ box. The two angles are measured in degrees counter-clockwise from
must be greater or equal to \p a1.
\par
-\image html fl_pie_arc_diagram.png "fl_pie() and fl_arc()"
+\image html fl_pie_arc_diagram.png "Figure 8.1: fl_pie() and fl_arc()"
\image latex fl_pie_arc_diagram.png "fl_pie() and fl_arc()" width=6cm
\par
@@ -654,7 +654,7 @@ If \p end is less than \p start then it draws the arc in a clockwise
direction.
\par
-\image html fl_arc_xyr_diagram.png "fl_arc(x,y,r,a1,a2)"
+\image html fl_arc_xyr_diagram.png "Figure 8.3: fl_arc(x,y,r,a1,a2)"
\image latex fl_arc_xyr_diagram.png "fl_arc(x,y,r,a1,a2)" width=6cm
void fl_circle(double x, double y, double r)