1. Home
  2. Browse
  3. librsvg

librsvg

v2.40.20#8Go to latest

A small library to render Scalable Vector Graphics (SVG)

Install

Run the following Vcpkg command to install the port.

vcpkg install librsvg

Usage

librsvg can be imported via CMake FindPkgConfig module:

find_package(PkgConfig REQUIRED)
pkg_check_modules(librsvg REQUIRED IMPORTED_TARGET librsvg)
target_link_libraries(main PkgConfig::librsvg)

vcpkg provides proprietary CMake targets:

find_package(unofficial-librsvg CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::librsvg::rsvg-2 unofficial::librsvg::pixbufloader-svg)

Dependencies

See source

Version

v2.40.20#8

Publication

Supports

All

Homepage

gitlab.gnome.org/GNOME/librsvg

Subtree

b7dba7f9aa

License

LGPL-2.0-or-later

Definition

Manifest