Krita Source Code Documentation
Loading...
Searching...
No Matches
SvgClipPathHelper.cpp
Go to the documentation of this file.
1/* This file is part of the KDE project
2 * SPDX-FileCopyrightText: 2011 Jan Hambrecht <jaham@gmx.net>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7#include "SvgClipPathHelper.h"
8
10 : m_clipPathUnits(KoFlake::UserSpaceOnUse) // default as per svg spec
11{
12}
13
17
22
27
32
37
39{
40 return m_shapes.isEmpty();
41}
KoFlake::CoordinateSystem clipPathUnits() const
Returns the clip path units type.
void setClipPathUnits(KoFlake::CoordinateSystem clipPathUnits)
Set the clip path units type.
QList< KoShape * > shapes() const
QList< KoShape * > m_shapes
KoFlake::CoordinateSystem m_clipPathUnits
void setShapes(const QList< KoShape * > &shapes)