#include "genesis/utils/core/std.hpp"
#include "genesis/utils/formats/svg/helper.hpp"
#include "genesis/utils/color/color.hpp"
#include <iosfwd>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | SvgFill |
struct | SvgFont |
struct | SvgStroke |
struct | SvgTransform |
struct | SvgTransform::Matrix |
struct | SvgTransform::Rotate |
struct | SvgTransform::Scale |
struct | SvgTransform::SkewX |
struct | SvgTransform::SkewY |
class | SvgTransform::Transformation |
Internal helper class used as an abstraction to be able to store Transformations without need for inheritance and virtual functions within the different transformation types. More... | |
struct | SvgTransform::Translate |
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::utils | |