#!/bin/sh

set -e
set -u

rsvg-convert -o "$AUTOPKGTEST_TMP/example.png" tests/fixtures/api/example.svg
file "$AUTOPKGTEST_TMP/example.png"
