Skip to content
forked from fvacek/svgscene

Library which can create QGraphicsScene from SVG image

License

Notifications You must be signed in to change notification settings

jdupak/svgscene

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt SVG Scene

This tool parses an SVG file into Qt graphics objects and provides tools to lookup elements based on xml attributes in the SVG file.

WARNING SVG support is extremely limited, but it is enough to render most static SVGs.

Support and requirements

  • QT 5.9.6 (min tested) - QT 5.15.2 (max tested)
  • C++11 or later

Based on

Roadmap

  • Parametrize xml attributes to save
  • Add default style attributes.
  • Store style in struct, not hashtable. Maybe parse to enums.

About

Library which can create QGraphicsScene from SVG image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.1%
  • C 3.8%
  • CMake 3.1%