nanosvg 0.0~git20231229.93ce879-1 source package in Ubuntu

Changelog

nanosvg (0.0~git20231229.93ce879-1) unstable; urgency=medium

  * [8d67e36] New upstream version 0.0~git20231229.93ce879

 -- Chow Loong Jin <email address hidden>  Sat, 06 Jan 2024 17:22:06 +0800

Upload details

Uploaded by:
Chow Loong Jin
Uploaded to:
Sid
Original maintainer:
Chow Loong Jin
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
nanosvg_0.0~git20231229.93ce879-1.dsc 1.9 KiB 1ae6fbd8230dbf9d95709902219ddbd7873c6ce33aceb02bc1bf82b34aa3d13e
nanosvg_0.0~git20231229.93ce879.orig.tar.xz 274.5 KiB 50be63c4b67ccce9c5e98594055cb26205d9389a3d0c44ef263448bda2d067d8
nanosvg_0.0~git20231229.93ce879-1.debian.tar.xz 4.9 KiB 783c1ae09e5a35698db7f8cc3edf29d949779bafb4da4cd9b21dbc3f3b05f000

No changes file available.

Binary packages built by this source

libnanosvg-dev: simple svg parsing library -- development files

 NanoSVG is a simple stupid single-header-file SVG parse. The output of
 the parser is a list of cubic bezier shapes.
 .
 The library suits well for anything from rendering scalable icons in
 your editor application to prototyping a game.
 .
 NanoSVG supports a wide range of SVG features, but something may be
 missing, feel free to create a pull request!
 .
 The shapes in the SVG images are transformed by the viewBox and
 converted to specified units. That is, you should get the same looking
 data as your designed in your favorite app.
 .
 NanoSVG can return the paths in few different units. For example if you
 want to render an image, you may choose to get the paths in pixels, or
 if you are feeding the data into a CNC-cutter, you may want to use
 millimeters.
 .
 The units passed to NanoSVG should be one of: 'px', 'pt', 'pc' 'mm',
 'cm', or 'in'. DPI (dots-per-inch) controls how the unit conversion is
 done.
 .
 If you don't know or care about the units stuff, "px" and 96 should get
 you going.
 .
 This package contains header files, other development files, and a static
 library required to compile programs against this library.