jdryg / simple-svg

SVG parser, writer and helper functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-svg

SVG parser, writer and helper functions

Code

  • Library:
    • ssvg.h: Structs, enums and function declarations
    • ssvg.cpp: Generic library functions for dealing with images, shape lists, point lists and paths
    • ssvg_parser.cpp: SVG parser
    • ssvg_writer.cpp: SVG writer
    • ssvg_builder.cpp: Helper functions for building images
  • Demo:
    • examples/main.cpp

Dependencies

About

SVG parser, writer and helper functions

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 100.0%