Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/NYTimes/svg-crowbar

Extracts an SVG node and accompanying styles from an HTML document and allows you to download it all as an SVG file.
https://github.com/NYTimes/svg-crowbar

Last synced: 2 months ago
JSON representation

Extracts an SVG node and accompanying styles from an HTML document and allows you to download it all as an SVG file.

Lists

README

        

#SVG Crowbar

A Chrome-specific bookmarklet that extracts SVG nodes and accompanying styles from an HTML document and downloads them as an SVG file—A file which you could open and edit in Adobe Illustrator, for instance. Because SVGs are resolution independent, it’s great for when you want to use web technologies to create documents that are meant to be printed (like, maybe on newsprint). It was created with [d3.js](http://d3js.org) in mind, but it should work fine with any SVG.

[Project page](http://nytimes.github.com/svg-crowbar/)