Hatch Patterns

General

Hatch patterns are commonly used in graphics software to highlight distinct areas of a map or drawing. There are three general techniques for filling in polygonal areas on a software canvas:

  • flood with a single defined colour - currently this method is supported by the Tk canvas.
  • fill with tiled raster image (the wiki page discussing bitmap indicates that this is possible in tk also) and
  • fill with repeated vector pattern

This page is dedicated to the discussion of the repeated vector pattern. There is an interesting article on wikipedia.org on the origins of hatching in heraldry. Hatching provided a way to distinguish drawn features on uncoloured surfaces such as stone. This was still true right up through the period before coloured plotters, printers and photocopiers allowed large plans to be printed and reproduced in full colour. It is arguably true that hatch patterns still have a place in modern graphics.

Defining Hatch Patterns

Hatch pattern definitions are generally defined in ASCII text .pat file. There is official http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%202010%20User%20documentation/index.html?url=WS73099cc142f4875513fb5cd10c4aa30d6b-7e57.htm,topicNumber=d0e368209%|%documentation%|% on the Autodesk website for the popular commercial hatch definition format. There are free library definition files or individual hatch pattern definitions available at various places (here and here , for example) around the web, though there doesn't seem to be as many free libraries as there used to be, and in particular, there doesn't seem to be any truly "open source" .pat files available.

Some tcl code for manipulating .pat text files.

Rendering Hatch Patterns

Examples of hatch patterns, rendered with tcl and pdf4tcl . Rendering complicated hatch patterns is an intensive processing task and is not optimally done with pure tcl. [suggestions for available c-code extensions welcome here].

There are some very interesting hatch patterns available at the cadalyst magazine web-site. Some of the more intricate ones have 1400+ definition lines. Some examples from this site.