/svg-generators

Programs for generating Scalable Vector Graphics image files.

Primary LanguageCOtherNOASSERTION

moto-design SVG Generators

Programs for generating Scalable Vector Graphics image files for camouflage blobs, user defined stars, USA flags, and Yamaha like racing srtipes.

blob-generator

Generates SVG file of camouflage blobs.

Blob Samples

monochrome

monochrome

monochrome

With the following parameters:

blob-generator \
 --node-count-min 8 \
 --node-count-max 16 \
 --radius-min 18 \
 --radius-max 70 \
 --sector_min 20 \
 --grid-columns 180 \
 --grid-rows 180 \
 --grid-width 60 \
 --grid-wiggle 56

monochrome

star-generator

Generates SVG file of stars.

Star Samples

star-5-2

star-7-2

star-7-3

flag-generator

Generates SVG file of American flags.

Flag Samples

usa-flag

usa-flag-og

stripe-generator

Generates SVG file of Yamaha like stripes.

Stripe Samples

Stripe Study

Building

To build use commands like these:

./bootstrap
./configure
make
make install

Licence & Usage

All files in the svg-generators project, unless otherwise noted, are covered by an MIT Plus License. The text of the license describes what usage is allowed.