Add gradient rendering -- if the source width/height is zero, render a

Thu Feb  7 00:21:21 2002  Owen Taylor  <otaylor@redhat.com>

        * pixbuf-render.c (pixbuf_render): Add gradient
        rendering -- if the source width/height is zero,
        render a gradient from the surrounding values.
This commit is contained in:
Owen Taylor
2002-02-07 05:43:55 +00:00
committed by Owen Taylor
parent a166fcbeac
commit ac939d3355
2 changed files with 179 additions and 8 deletions

View File

@ -1,3 +1,9 @@
Thu Feb 7 00:21:21 2002 Owen Taylor <otaylor@redhat.com>
* pixbuf-render.c (pixbuf_render): Add gradient
rendering -- if the source width/height is zero,
render a gradient from the surrounding values.
Mon Jan 28 15:34:43 2002 Owen Taylor <otaylor@redhat.com>
* pixbuf-render.c (compute_hint): Fix hint computation