Started work on the gradiation rectangle.

The handling in the operation engine should work pretty well. I would like to do some changes, however (displaying the bottomright of the rectangle, and use XOR for the vector, for example)
Now, i have to do the real thing, the gradiation calculation and drawing. But let's see that tomorrow...


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@299 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-10-21 19:57:25 +00:00
parent 320eb547cd
commit dc9e10c054
9 changed files with 264 additions and 6 deletions

View File

@@ -571,6 +571,9 @@ static const char * TableAideLignes[] =
AIDE_TEXTE("line. Maintain your click to choose the end")
AIDE_TEXTE("of the line and release the mouse button to")
AIDE_TEXTE("set it.")
AIDE_TEXTE("If you hold SHIFT when drawing, the line")
AIDE_TEXTE("will be constrained to horizonal, vertical")
AIDE_TEXTE("or diagonal.")
AIDE_TEXTE("")
AIDE_TEXTE("* Knotted lines: works like classical lines,")
AIDE_TEXTE("but the end of your line will automatically")