SVG parser, writer and helper functions
- Library:
ssvg.h
: Structs, enums and function declarationsssvg.cpp
: Generic library functions for dealing with images, shape lists, point lists and pathsssvg_parser.cpp
: SVG parserssvg_writer.cpp
: SVG writerssvg_builder.cpp
: Helper functions for building images
- Demo:
examples/main.cpp