![]() |
Cinder
0.9.1
|
#include "cinder/svg/Svg.h"
#include "cinder/Utilities.h"
#include "cinder/ImageIo.h"
#include "cinder/Base64.h"
#include "cinder/Text.h"
#include "cinder/Log.h"
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/case_conv.hpp>
Namespaces | |
cinder | |
cinder::svg | |
Functions | |
void | cinder::svg::ellipticalArc (Shape2d &path, float x1, float y1, float x2, float y2, float rx, float ry, float xAxisRotation, bool largeArcFlag, bool sweepFlag) |
char | cinder::svg::readNextCommand (const char **sInOut) |
bool | cinder::svg::readFlag (const char **sInOut) |
bool | cinder::svg::nextItemIsFloat (const char *s) |
Shape2d | cinder::svg::parsePath (const std::string &p) |
vector< vec2 > | cinder::svg::parsePointList (const std::string &p) |