1 //////////////////////////////////////////////////////////////////////////////
2 // Name:        SVGMarkerElement.cpp
3 // Purpose:
4 // Author:      Alex Thuering
5 // Created:     2005/05/10
6 // RCS-ID:      $Id: SVGMarkerElement.cpp,v 1.1.1.1 2005/05/10 17:51:39 ntalex Exp $
7 // Copyright:   (c) 2005 Alex Thuering
8 // Licence:     wxWindows licence
9 //////////////////////////////////////////////////////////////////////////////
10 
11 #include "SVGMarkerElement.h"
12 
SetOrientToAuto()13 void wxSVGMarkerElement::SetOrientToAuto()
14 {
15 
16 }
17 
SetOrientToAngle(const wxSVGAngle & angle)18 void wxSVGMarkerElement::SetOrientToAngle(const wxSVGAngle& angle)
19 {
20 
21 }
22