Real-world usage of hatch patterns

Here's a d3.js plugin for creating hatch patterns
<http://riccardoscalco.github.io/textures/>.

Well, some are just plain <pattern>s.  But some are definitely
<hatch>s.  Note, for example, that the library explicitly handles
lines with orientations of N*π/8, but can't do anything better than
that, because it's too hard to create a repeating pattern that works
correctly.

~TJ

Received on Wednesday, 18 March 2015 23:03:41 UTC