[librsvg: 1/13] Fix dimensions in test case




commit e7a1502aba5210a22c8c55673ab8508cfac9ee3b
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Jan 28 20:17:16 2022 -0600

    Fix dimensions in test case
    
    It doesn't matter that the temporary surface for the test was bigger
    than the SVG's natural size, but let's tighten it.
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/660>

 tests/src/reference.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/src/reference.rs b/tests/src/reference.rs
index 5b0d309c9..d04b4fb62 100644
--- a/tests/src/reference.rs
+++ b/tests/src/reference.rs
@@ -368,8 +368,8 @@ test_compare_render_output!(
 
 test_compare_render_output!(
     use_context_stroke,
-    400,
-    400,
+    100,
+    20,
     br##"<?xml version="1.0" encoding="UTF-8"?>
     <svg width="100" height="20" viewBox="0 0 40 10" xmlns="http://www.w3.org/2000/svg";>
   <g id="group">


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