[librsvg: 12/20] 497-path-with-all-invalid-commands.svg: Remove invalid namespace declaration



commit 8ca0a2645cff5eada22a152f12c39d471b879cda
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Oct 25 10:13:06 2019 -0500

    497-path-with-all-invalid-commands.svg: Remove invalid namespace declaration
    
    This is a fuzzed file; the point was to test invalid path data, and
    namespaces are irrelevant for this particular test.

 tests/fixtures/render-crash/497-path-with-all-invalid-commands.svg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/fixtures/render-crash/497-path-with-all-invalid-commands.svg 
b/tests/fixtures/render-crash/497-path-with-all-invalid-commands.svg
index 4aaf4c8f..cdd63316 100644
--- a/tests/fixtures/render-crash/497-path-with-all-invalid-commands.svg
+++ b/tests/fixtures/render-crash/497-path-with-all-invalid-commands.svg
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns="hg" width="100" height="100">
+<svg width="100" height="100">
   <defs>
     <clipPath id="one" clipPathUnits="objectBoundingBox">
   <path d="M 0P5 0.0 L 1.0 0.5 L 0.5 1.0 L 0.0 0.5 Z"/>


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