summaryrefslogtreecommitdiffstats
path: root/chalk/doc/brush.txt
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit04766b207afba7961d4d802313e426f5a2fbef63 (patch)
treec888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /chalk/doc/brush.txt
parentb6edfe41c9395f2e20784cbf0e630af6426950a3 (diff)
downloadkoffice-04766b207afba7961d4d802313e426f5a2fbef63.tar.gz
koffice-04766b207afba7961d4d802313e426f5a2fbef63.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'chalk/doc/brush.txt')
-rw-r--r--chalk/doc/brush.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/chalk/doc/brush.txt b/chalk/doc/brush.txt
index 739194c7..e2373258 100644
--- a/chalk/doc/brush.txt
+++ b/chalk/doc/brush.txt
@@ -13,7 +13,7 @@ sources:
Chalk uses the gimp's brush file formats: .gbr and .gih, for singe
and pipeline brushes, respectively. These brushes contain one or more
grayscale or rgba images. If the image is grayscale, the gray image is
-intended to be used as an alpha tqmask: each gray level corresponds to
+intended to be used as an alpha mask: each gray level corresponds to
a certain alpha level, and when painting the current painting colour
is composited in the image with this level as its alpha component. The
image brushes should be masked -- i.e., these are coloured images placed
@@ -25,12 +25,12 @@ partly because I like that better, partly because until very recently
there was no way of making out the difference between gray and rgb
brushes because KisBrush didn't remember that bit of data.
-Making the initial tqmask of a brush is however by now pretty well done; the next
+Making the initial mask of a brush is however by now pretty well done; the next
problem is painting with those masks.
Here we have two situations, one easy, one difficult. The easy one is the single
mouse click. If the user clicks or taps with his stylus, we can composite the
-tqmask or the image at the pixel position of the mouse click.
+mask or the image at the pixel position of the mouse click.
The difficult situation is drawing a line. This line needs to be antialiased.