/** @mainpage KSvg framework
\section Introduction
The KSvg framework introduces a series of apis to render SVG based graphics both with a QPainter-based api and and accelerated QtQuick component set.
The Qt Quick
framework and set of KDE Frameworks
provide the underpinning for KSvg framework. As a result, it should
work anywhere that Qt does.
Important classes are:
- KSvg::Svg and KSvg::FrameSvg: provides themable, cached SVGs
\subsection types All Types
- \link KSvg::Svg Svg \endlink
- \link KSvg::SvgItem SvgItem \endlink
- \link KSvg::FrameSvg FrameSvg \endlink
- \link KSvg::FrameSvgItem FrameSvgItem \endlink
- \link KSvg::FrameSvgItemMargins FrameSvgItemMargins \endlink
- \link KSvg::ImageSet ImageSet \endlink
- \link ImageTexturesCache ImageTexturesCache \endlink
@authors
Aaron Seigo \
Alessandro Diaferia \
Alex Merry \
Alexander Wiedenbruch \
Alexis Ménard \
André Duffeck \
Andrew Lake \
Artur de Souza \
Bertjan Broeksema \
Chani Armitage \
Davide Bettio \
Dan Meltzer \
Fredrik Höglund \
Ivan Cukic \
John Tapsell \
Jordi Polo \
Kevin Ottens \
Montel Laurent \
Marco Martin \
Matt Broadstone \
Petri Damsten \
Rafael Fernández López \
Riccardo Iaconelli \
Richard J. Moore \
Rob Scheepmaker \
Robert Knight \
Sebastian Kuegler \
Siraj Razick \
Zack Rusin \
@maintainers
Marco Martin \
@licenses
@lgpl
*/
// DOXYGEN_SET_PROJECT_NAME = KSvg
// DOXYGEN_SET_RECURSIVE = YES
// DOXYGEN_EXCLUDE_PATTERNS = *_p.h */private/* */tests/*
// vim:ts=4:sw=4:expandtab:filetype=doxygen