Bugs

Just some of them...


Miscellaneous:
--------------

- on some systems, loading files does not work (most notably
  Examples/flags.sk, and the ghostscript example file tiger.ps).

  This is a bug in Python 1.5.1. Apply the patches from the python
  homepage to fix this problem (http://www.python.org/1.5/patches-1.5.1)


- printing tiled image patterns with ghostscript 4.03 might produce
  rangecheck errors for the eofill in the tileimage1 procedure. (Does
  this happen in other versions of gs? What happens on other postscript
  interpreters?)



Import Filters:
---------------

- skloader:

  - line numbers are incorrect

  - missing external images (bitmap or EPS), i. e. those where the file
    is not available) are not handled gracefully.

- xfigloader:

  - incomplete

  - does not handle the depth feature correctly. The z order in the
    sketch document is not correct (i.e. different from that in xfig
    itself or in postscript files generated by transfig) after loading.

  - the current implementation has a security hole in the method read_text

- ailoader:

  - incomplete

