Find a file
Søren Sandmann Pedersen c4315b2a47 Clarify semantics of clipping
Source clips are applied on top of the transformed and repeated
window, because that way you can clip out an interesting shape of for
example a repeated gradient, and because this makes the implementation
simple and efficient.

GraphicsExposures are never generated.

The hierarchy clip is ignored for source and mask pictures. This is
because GraphicsExposures are not generated anyway, and because
implementing it correctly in the presense of filters and
transformations would be either inefficient or very complex.

Also make it explicit that the dither argument is not used.
2009-05-01 20:44:03 -04:00
.gitignore Janitor: Correct make distcheck and dont distribute autogen.sh 2009-01-27 20:06:28 -02:00
autogen.sh Initial build system files for proto module. 2005-05-06 01:46:31 +00:00
configure.ac Janitor: Correct make distcheck and dont distribute autogen.sh 2009-01-27 20:06:28 -02:00
COPYING Add COPYING file for Render. 2005-05-17 07:32:29 +00:00
Makefile.am Janitor: Correct make distcheck and dont distribute autogen.sh 2009-01-27 20:06:28 -02:00
render.h Bug #7364: Fix the typedefs of GlyphSet, Picture, and PictFormat to be XIDs. 2007-08-31 14:42:43 -07:00
renderproto.h Bug #7364: Fix the typedefs of GlyphSet, Picture, and PictFormat to be XIDs. 2007-08-31 14:42:43 -07:00
renderproto.pc.in Change all the protonames from <extension>Ext to <extension>Proto. 2005-05-09 18:20:06 +00:00
renderproto.txt Clarify semantics of clipping 2009-05-01 20:44:03 -04:00