ElementStop.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <etk/types.hpp>
9 #include <etk/math/Vector2D.hpp>
10 #include <esvg/render/Element.hpp>
11 
12 namespace esvg {
13  namespace render {
15  public:
16  ElementStop();
17  public:
18  virtual std::string display() const;
19  };
20  }
21 }
22 
Main esvg namespace.
Definition: Base.hpp:24
Definition: ElementStop.hpp:14
Definition: Element.hpp:26