reviewed my last ChangeLog entry...

--Sven
This commit is contained in:
Sven Neumann 2000-05-29 09:30:03 +00:00
parent 9529e1e696
commit cf12d5e98d
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@
* app/Makefile.am
* app/paint_core.c
* app/paint_core_kernels.h: moved brush subsampling kernels
into its own header file and generated a slightly different
kernel (using the new kernelgen tool, see below). The new
kernel simulates a circular brush instead of a rectangular
one and gives slightly different (lighter) results.
into its own header file and generated a different kernel
(using the new kernelgen tool, see below). The new kernel
simulates circular pixels instead of rectangular ones and
gives slightly different results at brush edges.
* app/gimage_mask.c: when stroking a selection, offset the
points by 0.5 to align the brushes with the pixel grid. This