Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 447 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 447 Bytes

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