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

Changelog

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

  * Team upload
  * New upstream version 1.0.9

 -- Abhijith Sheheer <email address hidden>  Sun, 08 Dec 2019 22:50:39 +0530

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-path_1.0.9-1.dsc 2.0 KiB fee79e295b8cdbebf6be08f5cc3a63da3dcd54b19dfa345e3fc1eaf00a110f34
node-d3-path_1.0.9.orig.tar.gz 26.1 KiB 51f7fc89f2786f8eefba1e228f2410e2bb03e7fd51c599e7b307290696ca5de9
node-d3-path_1.0.9-1.debian.tar.xz 3.7 KiB 18dbed776fe4e27315318a91cbb4498a8cc81ffd173a5ae683a86d102f351037

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.