#include <list>
#include <map>
#include <papyrus/shape.h>
#include <papyrus/path_element.h>
Go to the source code of this file.
Classes | |
class | Papyrus::Path |
Namespaces | |
namespace | Papyrus |
Functions | |
std::list< PathElement::pointer > | Papyrus::path_data_parser (const char *src) |
Utility method to parse a SVG transform string into a list of path data elements. |