path-intersection
Advanced tools
Comparing version 1.0.1 to 1.0.2
'use strict'; | ||
/** | ||
* This file contains portions that got extraced from Snap.svg (licensed Apache-2.0). | ||
* | ||
* @see https://github.com/adobe-webplatform/Snap.svg/blob/master/src/path.js | ||
*/ | ||
/* eslint no-fallthrough: "off" */ | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "path-intersection", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Computes the intersection between two SVG paths", | ||
@@ -5,0 +5,0 @@ "main": "intersect.js", |
@@ -37,4 +37,9 @@ # path-intersection | ||
## Credits | ||
The intersection logic provided by this library is derived from [`path.js`](https://github.com/adobe-webplatform/Snap.svg/blob/master/src/path.js), a part of [Snap.svg](https://github.com/adobe-webplatform/Snap.svg). | ||
## License | ||
Use under the terms of the [MIT license](http://opensource.org/licenses/MIT). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59425
6
893
44
1