wrapperSVG.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <egami/egami.hpp>
9 
10 namespace egami {
17  egami::Image loadSVG(const std::string& _fileName, const ivec2& _size=ivec2(-1,-1));
18 }
19 
egami::Image loadSVG(const std::string &_fileName, const ivec2 &_size=ivec2(-1,-1))
Load a svg file in the image.
Definition: debug.hpp:10
Definition: Image.hpp:66