maodun1978sohu / java-axp

Automatically exported from code.google.com/p/java-axp
0 stars 0 forks source link

Support Tiling for ImageBrush #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
AWTXPSImagePaintContext needs to support tiling.

To Implement:
- Transform the requested raster location to the ImageBrush's co-ordinate space
- Draw tiled instances of the ImageBrush's source image until the entire
requested block has been filled.

Original issue reported on code.google.com by chrisp...@gmail.com on 11 Jul 2007 at 1:59

GoogleCodeExporter commented 9 years ago
Fixing issue 8 will also address this problem.

Original comment by chrisp...@gmail.com on 21 Jul 2007 at 4:31