summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-1.0.2/src/PsSpecialHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-1.0.2/src/PsSpecialHandler.h')
-rw-r--r--Build/source/texk/dvisvgm/dvisvgm-1.0.2/src/PsSpecialHandler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/dvisvgm/dvisvgm-1.0.2/src/PsSpecialHandler.h b/Build/source/texk/dvisvgm/dvisvgm-1.0.2/src/PsSpecialHandler.h
index 85d84e16b2d..51b24816095 100644
--- a/Build/source/texk/dvisvgm/dvisvgm-1.0.2/src/PsSpecialHandler.h
+++ b/Build/source/texk/dvisvgm/dvisvgm-1.0.2/src/PsSpecialHandler.h
@@ -31,9 +31,10 @@ class XMLElementNode;
class PsSpecialHandler : public SpecialHandler, protected PSActions
{
+ typedef GraphicPath<double> Path;
+
class ClippingStack
{
- typedef GraphicPath<double> Path;
public:
void push ();
void push (const Path &path);
@@ -100,7 +101,7 @@ class PsSpecialHandler : public SpecialHandler, protected PSActions
SpecialActions *_actions;
bool _initialized;
XMLElementNode *_xmlnode; ///< if != 0, created SVG elements are appended to this node
- GraphicPath<double> _path;
+ Path _path;
DPair _currentpoint; ///< current PS position
double _linewidth; ///< current linewidth
double _miterlimit; ///< current miter limit