KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
svgsplit
★ 18
Open GitHub ↗
Tool for splitting svg files
Download README (.md)
Explore Similar Repositories
DSR
:
Data sets for Data Science with R
XShot
:
Multi-platform screenshot application
MysqlDumpToH2
:
Bash Script to convert an ansi mysqldump to h2 compatible.
sails-hook-fixtures
:
Automatically install database fixtures with relations to your database when you lift Sails
react-mocha-starter
:
Scaffolding for a react project with mocha testing in node and phantom
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
svgsplit
?
Download (.md)
# [SVGsplit](http://svgsplit.com) SVGsplit is a tool for splitting an SVG file into more / smaller files. It takes the svg groups in a file (```<g> tags```) and makes each group into its own file. Tools like Adobe Illustrator and Inkscape save each layer as a separate group, so if you are making icons and have an Illustrator file with a different icon on each layer, you can save the file as a .svg file and use this tool to make each layer into its own .svg file. This tool is available at: [http://svgsplit.com](http://svgsplit.com) ## Limitations This won't work well if each layer has different sizes since <g> tags don't have a way to specify a size, so every layer should be the same size. However, with most applications this shouldn't be an issue. Open an issue if you find any issues or have a specific use case other than the intended in mind. ## License This tool is MIT licensed so feel free to do whatever you want with it.