adobe-webplatform/snap.svg

The JavaScript library for modern SVG graphics.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 33 minutes ago
Added to GitGenius on September 4th, 2026
Created on August 15th, 2013
Open Issues & Pull Requests: 268 (+0)
GitHub issues: Enabled
Number of forks: 1,115
Total Stargazers: 14,009 (+0)
Total Subscribers: 389 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 513.0 days
Mean response time: 1248.5 days
90th percentile: 4345.4 days
Tracked items: 6

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 1,237 days
Stale 30+ days: 2
Stale 90+ days: 2

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Snap.svg is a JavaScript library for creating and manipulating SVG graphics on the web.

The library addresses the need to work with scalable vector graphics programmatically in modern browsers. It provides a unified API for creating, animating, and transforming SVG elements, handling cross-browser compatibility issues that would otherwise require direct manipulation of SVG's verbose XML syntax. The tool abstracts away low-level SVG details, allowing developers to work with shapes, paths, and animations through intuitive JavaScript method calls.

Snap.svg suits projects that require dynamic SVG graphics, animations, or interactive vector-based visualizations. It works well for developers building data visualizations, interactive diagrams, animated illustrations, or any application where SVG content needs to be generated or modified at runtime rather than authored statically. The library is available through multiple installation methods including npm, Bower, and direct script inclusion, making it flexible for different project setups including webpack-based builds.

The project maintains an active test suite with PhantomJS-based automated testing and uses Grunt for its build process. Development follows a structured contribution workflow requiring a signed contributor agreement, with pull requests directed to the dev branch. The tool includes comprehensive API documentation and learning resources on its dedicated website, along with a Slack community channel for user support.