From 5ecc55c642f8bf3798c13f5b74ea4cc4ca071de2 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 28 May 2022 05:21:56 +0300
Subject: [PATCH] updated build files after svg-class test case addition.
also removed executable bit from svg-class.svg.
---
test/CMakeLists.txt | 2 ++
test/Makefile.am | 2 ++
test/Makefile.in | 7 ++++--
test/svg-class.svg | 60 ++++++++++++++++++++++-----------------------
4 files changed, 39 insertions(+), 32 deletions(-)
mode change 100755 => 100644 test/svg-class.svg
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index f10d8853..688a7239 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -24,6 +24,8 @@ set(RESOURCE_FILES
sample.webp
sample.xcf
sample.xpm
+ svg-class.bmp
+ svg-class.svg
svg.bmp
svg.svg
svg64.bmp
diff --git a/test/Makefile.am b/test/Makefile.am
index 5d8cbe90..a8454355 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -49,6 +49,8 @@ dist_testexec_DATA = \
sample.webp \
sample.xcf \
sample.xpm \
+ svg-class.bmp \
+ svg-class.svg \
svg.bmp \
svg.svg \
svg64.bmp \
diff --git a/test/Makefile.in b/test/Makefile.in
index b199172e..ac63e217 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -165,8 +165,8 @@ am__can_run_installinfo = \
am__dist_testexec_DATA_DIST = palette.bmp palette.gif sample.avif \
sample.bmp sample.cur sample.ico sample.jpg sample.jxl \
sample.pcx sample.png sample.pnm sample.qoi sample.tga \
- sample.tif sample.webp sample.xcf sample.xpm svg.bmp svg.svg \
- svg64.bmp
+ sample.tif sample.webp sample.xcf sample.xpm svg-class.bmp \
+ svg-class.svg svg.bmp svg.svg svg64.bmp
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
@@ -537,6 +537,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
@@ -586,6 +587,8 @@ EXTRA_DIST = \
@INSTALL_TESTS_TRUE@ sample.webp \
@INSTALL_TESTS_TRUE@ sample.xcf \
@INSTALL_TESTS_TRUE@ sample.xpm \
+@INSTALL_TESTS_TRUE@ svg-class.bmp \
+@INSTALL_TESTS_TRUE@ svg-class.svg \
@INSTALL_TESTS_TRUE@ svg.bmp \
@INSTALL_TESTS_TRUE@ svg.svg \
@INSTALL_TESTS_TRUE@ svg64.bmp \
diff --git a/test/svg-class.svg b/test/svg-class.svg
old mode 100755
new mode 100644
index 0bd46b6b..7e104acf
--- a/test/svg-class.svg
+++ b/test/svg-class.svg
@@ -1,30 +1,30 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
- <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
- <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
- <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
- <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/">
- <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/">
- <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/">
- <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/">
- <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/">
-]>
-<svg version="1.1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
- xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-2 -1 82 82"
- style="enable-background:new 0 0 78.6 79.7;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:none;stroke:#000000;stroke-width:3;stroke-miterlimit:10;}
- .st1{fill:none;stroke:#FFFFFF;stroke-width:3;stroke-miterlimit:10;}
-</style>
-<switch>
- <g i:extraneous="self">
- <g id="Layer_2">
- <path class="st0" d="M39.8,79.1c-21.1,0-38.3-17.2-38.3-38.3S18.7,2.5,39.8,2.5s38.3,17.2,38.3,38.3S60.9,79.1,39.8,79.1z"/>
- </g>
- <g id="Layer_1">
- <path class="st1" d="M38.8,77.1c-21.1,0-38.3-17.2-38.3-38.3S17.7,0.5,38.8,0.5s38.3,17.2,38.3,38.3S59.9,77.1,38.8,77.1z"/>
- </g>
- </g>
-</switch>
-</svg>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
+ <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
+ <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
+ <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/">
+ <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/">
+ <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/">
+ <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/">
+ <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/">
+]>
+<svg version="1.1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-2 -1 82 82"
+ style="enable-background:new 0 0 78.6 79.7;" xml:space="preserve">
+<style type="text/css">
+ .st0{fill:none;stroke:#000000;stroke-width:3;stroke-miterlimit:10;}
+ .st1{fill:none;stroke:#FFFFFF;stroke-width:3;stroke-miterlimit:10;}
+</style>
+<switch>
+ <g i:extraneous="self">
+ <g id="Layer_2">
+ <path class="st0" d="M39.8,79.1c-21.1,0-38.3-17.2-38.3-38.3S18.7,2.5,39.8,2.5s38.3,17.2,38.3,38.3S60.9,79.1,39.8,79.1z"/>
+ </g>
+ <g id="Layer_1">
+ <path class="st1" d="M38.8,77.1c-21.1,0-38.3-17.2-38.3-38.3S17.7,0.5,38.8,0.5s38.3,17.2,38.3,38.3S59.9,77.1,38.8,77.1z"/>
+ </g>
+ </g>
+</switch>
+</svg>