Element.hpp File Reference
#include <etk/types.hpp>
#include <etk/math/Vector2D.hpp>
#include <esvg/render/ElementStop.hpp>
#include <esvg/render/ElementClose.hpp>
#include <esvg/render/ElementMoveTo.hpp>
#include <esvg/render/ElementLineTo.hpp>
#include <esvg/render/ElementLineToH.hpp>
#include <esvg/render/ElementLineToV.hpp>
#include <esvg/render/ElementCurveTo.hpp>
#include <esvg/render/ElementSmoothCurveTo.hpp>
#include <esvg/render/ElementBezierCurveTo.hpp>
#include <esvg/render/ElementBezierSmoothCurveTo.hpp>
#include <esvg/render/ElementElliptic.hpp>
Go to the source code of this file.
Classes | |
class | esvg::render::Element |
Namespaces | |
esvg | |
Enumerations | |
enum | path { path_stop, path_close, path_moveTo, path_lineTo, path_lineToH, path_lineToV, path_curveTo, path_smoothCurveTo, path_bezierCurveTo, path_bezierSmoothCurveTo, path_elliptic } |
Detailed Description
- Copyright
- 2011, Edouard DUPIN, all right reserved
- Note
- License: APACHE v2.0 (see license file)