resvg 0.9.0

An SVG rendering library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
dist: xenial
language: rust
rust:
  - stable
install:
  - ./testing-tools/ci-install.sh
  # prepare custom Qt
  - if [ "$RESVG_QT_BACKEND" = true ]; then
        source /opt/qt56/bin/qt56-env.sh;
    fi
script: ./testing-tools/run-tests.py
env:
  matrix:
    - RESVG_QT_BACKEND=true
    - RESVG_CAIRO_BACKEND=true
    - RESVG_RAQOTE_BACKEND=true
    - RESVG_SKIA_BACKEND=true
    - USVG_TESTING=true