I have a number of monochrome 8x8 pixel bitmaps to be used as pattern fills. These are supposed to be mapped 1:1 from source pixels to screen pixels. That is, there should never be any resizing of the image, it should always be the result of tiling the 8x8 pixels across the shape, whatever the resolution of the rendered SVG image.
I do not think there is a way to do this using pure SVG. The closest I have come is to use an estimated screen resolution, but even a tiny difference make for an ugly result. Instead, I'm hoping there is a way I can plug into the Batik rendering routines to force the behavior I want. Any pointers in the right direction would be appreciated. Thanks, Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]