#900770 ITP: node-svgpath -- Low level transforms on svg path element

Package:
wnpp
Source:
wnpp
Submitter:
Bastien ROUCARIES
Date:
2025-11-29 16:41:06 UTC
Severity:
wishlist
#900770#5
Date:
2018-06-04 16:32:55 UTC
From:
To:
* Package name    : node-svgpath
  Version         : 2.2.1
  Upstream Author : Sergey Batishchev
* URL             : https://github.com/fontello/svgpath#readme
* License         : Expat
  Programming Lang: JavaScript
  Description     :
This package implements transform attribute on SVG file path element
 directly using JavaScript.
 .
 This package is useful for static computation of path or when you want
 to keep browser load minimal.
 .
 The transform attribute of a SVG file defines a list of transform
 definitions that are applied to an element and the element's children.
 The items in the transform list are separated by whitespace and/or commas,
 and are applied from right to left.
 .
 Scalable Vector Graphics (SVG) is an XML-based vector image format for
 two-dimensional graphics with support for interactivity and animation.
 .
 Node.js is an event-based server-side JavaScript engine.