signavio / svg-intersections
A library of intersection algorithms covering all SVG shape types
☆144Updated 3 months ago
Alternatives and similar repositories for svg-intersections:
Users that are interested in svg-intersections are comparing it to the libraries listed below
- A library of intersection algorithms covering all SVG shape types☆352Updated last year
- A parser for SVG's path syntax☆224Updated 5 years ago
- Clipper Abstraction (simplified API)☆125Updated 2 years ago
- Parse SVG PathDatas☆194Updated 3 weeks ago
- A minimal svg path parser☆92Updated last year
- Computes the intersection between two SVG paths.☆113Updated last year
- Intersections plugin for svg.js☆45Updated 2 years ago
- An offset function for paperjs path☆100Updated last year
- Polyfill for SVG 2 getPathData() and setPathData() methods.☆125Updated last week
- This is a JavaScript SVG path to "something" converter, turning a path into hookable graphics instructions for arbitrary conversion☆62Updated last year
- Bounding box collision detection for forceSimulation in d3v4☆99Updated 4 years ago
- JavaScript implementation of Philip J. Schneider's "Algorithm for Automatically Fitting Digitized Curves" from the book "Graphics Gems". …☆280Updated 4 years ago
- Smooth curves through points. No control points needed. Native implementation.☆121Updated 3 years ago
- Pure Javascript alternative to path.getPointAtLength(t) and getTotalLength() functions. Works with Canvas & Node☆270Updated last year
- Graphic objects JS library.☆77Updated last year
- Javascript library for 2d geometry☆585Updated 6 months ago
- simplify 2D polyline of arrays☆92Updated 4 years ago
- Boolean operations and offsetting library in Javascript☆187Updated last year
- Turns a text string into a 2D poly line☆315Updated last year
- Determine if an point is inside a polygon☆82Updated 5 years ago
- A parser that turns SVG path strings into a JS object you can mess with.