#include "hex.h"
Go to the source code of this file.
Namespaces | |
namespace | hex |
namespace | hex::svg |
Classes | |
class | hex::svg::Document |
Defines | |
#define | FIRETREE__HEXSVG_H 1 |
Typedefs | |
typedef std::map< std::string, std::string > | hex::svg::Style |
Functions | |
std::string | hex::svg::style_str (const Style &st) |
Render a style dictionary to SVG. | |
Style | hex::svg::style_dict (const std::string &s) throw (hex::invalid_argument) |
Construct a style dictionary from an SVG string. | |
std::ostream & | hex::svg::operator<< (std::ostream &os, hex::Point p) |