Brushes can include directional variations. (Implements RFE #1522694)
New brush: Angle Lines (directional)
This commit is contained in:
parent
609a8d5104
commit
1f5665437e
6 changed files with 350 additions and 215 deletions
|
|
@ -68,14 +68,22 @@ $Id$
|
|||
|
||||
* Round erasers added.
|
||||
|
||||
* Brushes may be animated.
|
||||
* Brushes may be animated. (Implements RFE #1522694)
|
||||
(Create an image (W*N) x H in size (where N is number of frames),
|
||||
then create a ".dat" file for the brush containing "frames=N".
|
||||
|
||||
* Brushes can include directional variations. (Implements RFE #1522694)
|
||||
(Create an image (W*3) x (H*3) in size, then create a ".dat" file
|
||||
for the brush containing the line: "directional". Each of the 9
|
||||
sectors corresponds to 8 different directions, and center.)
|
||||
|
||||
* New Brushes:
|
||||
------------
|
||||
* Vines (animated)
|
||||
|
||||
* Angle Lines (directional)
|
||||
|
||||
|
||||
* New Starter Images:
|
||||
-------------------
|
||||
* Shipwreck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue