diff --git a/.github/workflows/lasem-linux.yml b/.github/workflows/lasem-linux.yml index bba9d94a..030b598a 100644 --- a/.github/workflows/lasem-linux.yml +++ b/.github/workflows/lasem-linux.yml @@ -17,7 +17,7 @@ jobs: run: | pip3 install meson ninja Markdown toml typogrify sudo apt update - sudo apt install python3 gobject-introspection valgrind python3-gi gettext libpango1.0-dev libcairo2-dev libgirepository1.0-dev fonts-lyx + sudo apt install python3 gobject-introspection valgrind python3-gi gettext libpango1.0-dev libcairo2-dev libgirepository1.0-dev fonts-lyx libgdk-pixbuf2.0-dev imagemagick - name: Build run: | meson --buildtype=plain -Ddocumentation=enabled -Dintrospection=enabled . ./build @@ -33,7 +33,7 @@ jobs: cp -r ./tests/data ./build/docs/reference/lasem/lasem-0.6 rm ./build/docs/reference/lasem/lasem-0.6/data/.gitignore cd ./build/docs/reference/lasem/lasem-0.6 && ../../../../tests/lsm-test data - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: Linux_Meson_Testlog diff --git a/tests/data/svg/batik/spec/structure/image.svg b/tests/data/svg/batik/spec/structure/ignore-image.svg similarity index 100% rename from tests/data/svg/batik/spec/structure/image.svg rename to tests/data/svg/batik/spec/structure/ignore-image.svg diff --git a/tests/data/svg/batik/spec/structure/svgImageViewBox.svg b/tests/data/svg/batik/spec/structure/ignore-svgImageViewBox.svg similarity index 100% rename from tests/data/svg/batik/spec/structure/svgImageViewBox.svg rename to tests/data/svg/batik/spec/structure/ignore-svgImageViewBox.svg diff --git a/tests/data/svg/batik/spec/structure/svgImageViewBoxClip.svg b/tests/data/svg/batik/spec/structure/ignore-svgImageViewBoxClip.svg similarity index 100% rename from tests/data/svg/batik/spec/structure/svgImageViewBoxClip.svg rename to tests/data/svg/batik/spec/structure/ignore-svgImageViewBoxClip.svg diff --git a/tests/data/svg/batik/spec/structure/svgImageViewBoxOverflow.svg b/tests/data/svg/batik/spec/structure/ignore-svgImageViewBoxOverflow.svg similarity index 100% rename from tests/data/svg/batik/spec/structure/svgImageViewBoxOverflow.svg rename to tests/data/svg/batik/spec/structure/ignore-svgImageViewBoxOverflow.svg diff --git a/tests/data/svg/svg1.1/struct/struct-image-05-b.svg b/tests/data/svg/svg1.1/struct/ignore-struct-image-05-b.svg similarity index 100% rename from tests/data/svg/svg1.1/struct/struct-image-05-b.svg rename to tests/data/svg/svg1.1/struct/ignore-struct-image-05-b.svg diff --git a/tests/data/svg/svg1.1/struct/struct-image-05-b.png b/tests/data/svg/svg1.1/struct/struct-image-05-b.png index b9632b5d..5448fc4a 100755 Binary files a/tests/data/svg/svg1.1/struct/struct-image-05-b.png and b/tests/data/svg/svg1.1/struct/struct-image-05-b.png differ