[librsvg: 4/90] rsvg-test: Try a 0 offset for the frame; this makes all tests pass



commit 618f8ded6d8d9bcfea7ff7bd8978cd47a8c43100
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Mar 8 09:44:29 2019 -0600

    rsvg-test: Try a 0 offset for the frame; this makes all tests pass
    
    This is evidence that we are not dealing with a non-identity matrix
    correctly.

 tests/rsvg-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/rsvg-test.c b/tests/rsvg-test.c
index 24be4795..ec1678cd 100644
--- a/tests/rsvg-test.c
+++ b/tests/rsvg-test.c
@@ -209,7 +209,7 @@ test_tolerate (const gchar *message)
 //
 // The frame size is meant to be a ridiculous number to simulate an arbitrary
 // offset.
-#define FRAME_SIZE 47
+#define FRAME_SIZE 0
 
 static void
 rsvg_cairo_check (gconstpointer data)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]