Skip to content

notengrafik/seps2svg

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

SCORE EPS to SVG converter

This Ruby script converts EPS files produced by Leland Smith's SCORE music typesetting software to SVG.

Usage

ruby seps2svg.rb EPSFILE

Direct SVG

seps4id recognizes PostScript comments starting with %svg% as SVG code.

%svg%<rect width="100" height="100"/>

seps2svg does not check whether the XML syntax is correct. It copies whatever it finds to the output SVG verbatim.

To see some more detailed use cases for this feature, check out Craig Sapp's example pages:

Motivation

One motivation was to learn and use some Ruby in the context of a real world task.

About

Ruby script that converts EPS files output by the SCORE music typesetting software to SVG graphics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published