# Watch: https://source.netsurf-browser.org/libsvgtiny.git/ release/([0-9.]+)\.tar
           SPELL=libsvgtiny
         VERSION=0.1.8
          SOURCE="$SPELL-release-$VERSION.tar.bz2"
   SOURCE_URL[0]=https://source.netsurf-browser.org/$SPELL.git/snapshot/$SPELL-release/$VERSION.tar.bz2
     SOURCE_HASH=sha512:a33bbaadfca8f4887107d335b0215368c86646514991769db02369ca626c54edff452f472df279a63506eedd888a68a08f74635f58ef96a175a25e288cf6ce3b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-release/$VERSION"
        WEB_SITE="https://www.netsurf-browser.org/projects/libsvgtiny/"
      LICENSE[0]="MIT"
         ENTERED=20241220
        KEYWORDS=""
           SHORT="an implementation of SVG Tiny"
cat << EOF
Libsvgtiny is a library for parsing SVG files for display.

The overall idea of the library is to take some SVG as input, and return a
list of paths and texts which can be rendered easily. The library does not
do the actual rendering.

All supported SVG objects, for example circles, lines, and gradient filled
shapes, are converted to flat-filled paths or a fragment of text, and all
coordinates are converted, transformed etc. to pixels.
EOF
