node-d3-path 1.0.9-4 source package in Ubuntu

Changelog

node-d3-path (1.0.9-4) unstable; urgency=medium

  * team upload
  * Update standards version to 4.6.1, no changes needed.
  * Fix filenamemangle
  * Add fix for rollup 3 (Closes: #1022616)

 -- Yadd <email address hidden>  Wed, 26 Oct 2022 12:00:51 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-path_1.0.9-4.dsc 2.0 KiB 8767bd668b70d79514ad2abfe76326aba0c2002e7d60a745d386b134887b35c0
node-d3-path_1.0.9.orig.tar.gz 26.1 KiB 51f7fc89f2786f8eefba1e228f2410e2bb03e7fd51c599e7b307290696ca5de9
node-d3-path_1.0.9-4.debian.tar.xz 3.9 KiB 08bbd009b10e01b25e6efaea49beda61f2f8bbc6c0fd9d1e4d6c8e1c376dadc2

Available diffs

No changes file available.

Binary packages built by this source

node-d3-path: Serialize Canvas path commands to SVG

 Say you have some code that draws to a 2D canvas, the d3-path module lets you
 take this exact code and additionally render to SVG. It works by serializing
 CanvasPathMethods calls to SVG path data.
 .
 Now code you write once can be used with both Canvas (for performance) and SVG
 (for convenience). For a practical example, see d3-shape.
 .
 Node.js is an event-based server-side JavaScript engine.