Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adrianbj/svgsymbolstoaisymbols
Convert files of SVG symbols into separate Illustrator symbol palettes
https://github.com/adrianbj/svgsymbolstoaisymbols
convert converter illustrator illustrator-symbol-palette svg svg-icons svg-symbol symbols
Last synced: 3 months ago
JSON representation
Convert files of SVG symbols into separate Illustrator symbol palettes
- Host: GitHub
- URL: https://github.com/adrianbj/svgsymbolstoaisymbols
- Owner: adrianbj
- Created: 2016-01-25T23:50:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T22:01:25.000Z (about 9 years ago)
- Last Synced: 2024-05-02T00:36:03.416Z (10 months ago)
- Topics: convert, converter, illustrator, illustrator-symbol-palette, svg, svg-icons, svg-symbol, symbols
- Language: JavaScript
- Size: 2.93 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SVGSymbolsToAISymbols
This Illustrator script will convert SVG symbols to illustrator symbols.
Each file of SVG symbols will be converted into separate a Illustrator symbol palette.
This was developed from the FreehandToAI.jsx distributed by Adobe.
This script will open all SVG symbol ready files specified in the user selected folder and save them as AI symbol palettes
A compatible SVG file must include SVG symbols with an id attribute, like:
``````
The ID will be used for the name of the symbol once converted to an Illustrator symbol palette.With an appopriate server-side script, online SVG image libraries can be converted into separate
SVG files with multiple images (symbols) per file. Each file will be converted into a symbol palette
containing each of the included symbols.