simple-svg icon indicating copy to clipboard operation
simple-svg copied to clipboard

SVG parser, writer and helper functions

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