|
Krita Source Code Documentation
|
#include "SvgStyleWriter.h"#include "SvgSavingContext.h"#include "SvgUtil.h"#include <KoShape.h>#include <KoPathShape.h>#include <KoPathSegment.h>#include <KoFilterEffect.h>#include <KoFilterEffectStack.h>#include <KoColorBackground.h>#include <KoGradientBackground.h>#include <KoMeshGradientBackground.h>#include <KoPatternBackground.h>#include <KoVectorPatternBackground.h>#include <KoShapeStroke.h>#include <KoClipPath.h>#include <KoClipMask.h>#include <KoMarker.h>#include <KoXmlWriter.h>#include <QBuffer>#include <QGradient>#include <QLinearGradient>#include <QRadialGradient>#include <KisMimeDatabase.h>#include "kis_dom_utils.h"#include "kis_algebra_2d.h"#include <SvgWriter.h>#include <KoFlakeCoordinateSystem.h>Go to the source code of this file.
Functions | |
| QString | convertGradientMode (QGradient::CoordinateMode mode) |
| void | embedShapes (const QList< KoShape * > &shapes, KoXmlWriter &outWriter) |
|
inline |
Definition at line 375 of file SvgStyleWriter.cpp.
References KIS_ASSERT_RECOVER_NOOP.
| void embedShapes | ( | const QList< KoShape * > & | shapes, |
| KoXmlWriter & | outWriter ) |
Definition at line 215 of file SvgStyleWriter.cpp.
References KoXmlWriter::addCompleteElement(), and SvgWriter::saveDetached().