gradientUnits.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <etk/types.hpp>
9 
10 namespace esvg {
11  enum gradientUnits {
12  gradientUnits_userSpaceOnUse,
13  gradientUnits_objectBoundingBox
14  };
18  std::ostream& operator <<(std::ostream& _os, enum esvg::gradientUnits _obj);
19 }
Main esvg namespace.
Definition: Base.hpp:24