Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorarjanmol <arjanmol@a8418922-720d-0410-834f-a69b97ada669>2006-05-17 13:58:12 (GMT)
committer arjanmol <arjanmol@a8418922-720d-0410-834f-a69b97ada669>2006-05-17 13:58:12 (GMT)
commitc773dc2e86e742cbf184d5ba70ba91d30da4b986 (patch)
tree0a60edfff209950a3f1731cc556d1b41b16a3906 /README.txt
parentc79d77361f8fe6e9c424ed99ceea4a271d94e2d1 (diff)
small update README.txt
git-svn-id: http://svn.devjavu.com/gaphor/trunk/gaphas@890 a8418922-720d-0410-834f-a69b97ada669
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 4e6cffb..58b112d 100644
--- a/README.txt
+++ b/README.txt
@@ -61,7 +61,9 @@ be alligned).
View (from view.py) is used to visualize a canvas. On a View, a Tool
(from tool.py) can be assigned, which will handle user input (button presses,
-key presses, etc.)
+key presses, etc.). Painters (from painter.py) are used to do the actual
+drawing. This way it should be easy do draw to other media than the screen,
+such as a printer or PDF document.
Updating item state
-------------------