From 75972167a277687b1434c52e791ffe9c18fa2a7a Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 26 Mar 2008 11:31:04 -0700 Subject: Use floating-point offsets for color stops Previously we were using the cairo_fixed_t type which meant we've historically only been using 16 bits of precision for these offsets, and recently only 8 bits. Meanwhile, all manipulatons of offsets have been in floating-point anyway, so we might as well store them that way. This change also prevents a rendering regression introduced with the 24.8->16.16 change betwen snapshots 1.5.10 and 1.5.12 . This change affected gradient-rendering details for the clip-operator and operator-source tests, so the corresponding reference images are updated here. --- test/operator-source-ref.png | Bin 4422 -> 4420 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'test/operator-source-ref.png') diff --git a/test/operator-source-ref.png b/test/operator-source-ref.png index ccd9be3d..8e2f5e61 100644 Binary files a/test/operator-source-ref.png and b/test/operator-source-ref.png differ -- cgit v1.2.3