Krita Source Code Documentation
Loading...
Searching...
No Matches
SvgUtil.cpp File Reference
#include "SvgUtil.h"
#include "SvgGraphicContext.h"
#include <KoUnit.h>
#include <KoSvgText.h>
#include <QString>
#include <QRectF>
#include <QStringList>
#include <QRegExp>
#include <math.h>
#include "kis_debug.h"
#include "kis_global.h"
#include <KoXmlWriter.h>
#include "kis_dom_utils.h"

Go to the source code of this file.

Macros

#define DEG2RAD(degree)   degree/180.0*M_PI
 
#define DPI   72.0
 

Macro Definition Documentation

◆ DEG2RAD

#define DEG2RAD ( degree)    degree/180.0*M_PI

Definition at line 27 of file SvgUtil.cpp.

◆ DPI

#define DPI   72.0

Definition at line 25 of file SvgUtil.cpp.