diff options
author | Carl Worth <cworth@cworth.org> | 2009-06-11 14:51:10 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-06-11 14:54:03 -0700 |
commit | 82139b42919be1acf6bade733bb2ff489e50812d (patch) | |
tree | 9bbdbb8d18fc980c8245424b5ad7aa2a19fd2b56 /NEWS | |
parent | 4d5f66d5b1f243e58d43dc89568be9240262fd5c (diff) |
NEWS: Explain bovine polaroids a bit more.
It's a fun joke, but the COW snapshots feature is important enough
that we should actually tell users what it is.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -78,8 +78,15 @@ Optimisations: polygon rasterisation! Joonas implemented the Tor polygon scan converter, on typical geometry is about 30% faster for the image backend. - Bovine Polaroids! Though Adrian said that the PDF is not quite working as - well as it should. + Bovine Polaroids! For those not in on the joke, this is the long + awaited "copy-on-write snapshot" or "COW snapshot" support. The + user-visible feature is that including the same image multiple times + into a PDF file should result in only a single instance of that + image in the final output. This is unlike previous versions of cairo + which would generate very large PDF files with multiple copies of + the same image. Adrian says that the PDF is not quite working as + well as it should yet, so we hope for futher improvements before + cairo 1.10. Bug fixes: |