CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 01/09/19 08:53:31

Modified files:
        .              : ChangeLog acinclude.m4 aclocal.m4 config.h.in 
        src/gfx/resource: sci_pic_0.c 

Log message:
* Pic drawing: Fixed write over the right end of a picture (a)
* Pic drawing: Lines dithered with white now set the auxiliary map
to reflect this (b)

(a) closes #128
(b) closes #197.

#244 is unaffected, but rendered correctly in FreeSCI 0.3.0.

Note: I also experimented with line lists yesterday. However, the number
of lines is typically above 1000, so that the time complexity of O(n^2)
gave a hard performance hit- this is much slower than the current
auxiliaty map approach.

-- Christoph


Reply via email to