[librsvg/librsvg-2.52: 2/19] Fix dimensions in test case
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/librsvg-2.52: 2/19] Fix dimensions in test case
- Date: Thu, 17 Feb 2022 03:49:55 +0000 (UTC)
commit 6b4027ba969364821c6a06ff6e14d176a1b2f3c3
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]