Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 488 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 488 Bytes

Qtino.DynamicSvg

QtQuick plugin for dynamically modifying svg graphics from within qml.

Tested compatibility with Qt 5.3 (uses Qt private headers so compile against other versions at your own risk)

To use, just open the DynamicSvg.pro file in QtCreator and build for your target platform. It should automatically install to the default import directory for qml so you can immediately start using in your own Qt projects.

See the 'Examples' directory for API usage details.