Skip to content

summasmiff/svg_generator

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
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

Generate SVGs using Elixir for use with the Axidraw plotter

Designed for a standard 8.5" x 11" piece of paper (220mm x 280mm). All paths should be stroke: #000 and stroke-width: 1 for previewing. The choice of pen actually determines stroke & color for final printing. To plot, use the Axidraw extension for Inkscape to open the SVG.

Usage

svg generator is an Elixir escript, an executable that can be called from the command line.

To compile:

mix escript.build

To run:

./svg_generator output_file_name

Modules

SvgGenerator.SVG

Functions for creating SVG primitives to pass to XMLBuilder.

SvgGenerator.Utils

Various geometric and graphic functions.

Art Scripts

The scripts that actually produce the SVGs.

About

SVG graphics library and art scripts to draw with a pen plotter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages