Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asitparida/SVGFlowBox
Lightweight SVG based event highlighting on flow paths
https://github.com/asitparida/SVGFlowBox
animation flow-paths flowchart svg typescript
Last synced: about 1 month ago
JSON representation
Lightweight SVG based event highlighting on flow paths
- Host: GitHub
- URL: https://github.com/asitparida/SVGFlowBox
- Owner: asitparida
- License: mit
- Created: 2017-06-21T10:00:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T16:45:13.000Z (almost 7 years ago)
- Last Synced: 2024-08-02T12:52:03.440Z (4 months ago)
- Topics: animation, flow-paths, flowchart, svg, typescript
- Language: TypeScript
- Homepage: http://svg-flow-box.azurewebsites.net/
- Size: 260 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - asitparida/SVGFlowBox - Lightweight SVG based event highlighting on flow paths (typescript)
README
# SVGFlowBox
Lightweight SVG based event highlighting on flow paths# Defaults
FLOW_DEFAULTS = {
DefaultAnchorNodeSpacing: 50,
DefaultCurveColor: "#6dc1ff",
ShowPlanarMid: !1,
ShowCurveAnchors: !1,
DefaultNodeColor: "#007c6",
DefaultContainerHeightFraction: 1,
ShowEventBoxes: !0,
DefaultCurveIsSolid: !1,
DefaultCuveStrokeDasharray: "2, 2"
}