summaryrefslogtreecommitdiff
path: root/documentation/drawing.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-13 15:35:04 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-13 15:35:04 +0000
commit07766e7d727a075372d33c43f9f2f0602ea4a0b8 (patch)
treea2a7fb91749b845d601e787bb767ec5c552aed4c /documentation/drawing.html
parent74b29654172129a22e31693e272b1c26c12a4044 (diff)
Fixed various typos and added a Fluid organization chart image
contributed by Craig Earls. git-svn-id: file:///fltk/svn/fltk/trunk@207 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/drawing.html')
-rw-r--r--documentation/drawing.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/drawing.html b/documentation/drawing.html
index 2d195d3de..5580e68a4 100644
--- a/documentation/drawing.html
+++ b/documentation/drawing.html
@@ -105,7 +105,7 @@ href=#enumerations><tt>&lt;FL/Enumerations.H></tt></a>.
<p>For colormapped displays, a color cell will be allocated out of
<tt>fl_colormap</tt> the first time you use a color. If the colormap
fills up then a least-squares algorithm is used to find the closest
-color.</i>
+color.
<h4>Fl_Color fl_color()</h4>
@@ -503,7 +503,7 @@ decompress the entire line at once: decompress it into the buffer, and
then if <tt>x</tt> is not zero, copy the data over so the <tt>x</tt>'th
pixel is at the start of the buffer.
-<p>You can assumme the <tt>y</tt>'s will be consecutive, except the first one
+<p>You can assume the <tt>y</tt>'s will be consecutive, except the first one
may be greater than zero.
<p>If <tt>D</tt> is 4 or more, you must fill in the unused bytes with zero.