#include "genesis/utils/formats/svg/text.hpp"
#include <string>
#include <vector>
Go to the source code of this file.
|
| genesis |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library.
|
|
| genesis::utils |
|
|
SvgGroup | make_svg_matrix (Matrix< Color > const &mat, SvgMatrixSettings settings) |
|
SvgGroup | make_svg_matrix (Matrix< Color > const &mat, SvgMatrixSettings settings, std::vector< std::string > const &row_labels) |
|
SvgGroup | make_svg_matrix (Matrix< Color > const &mat, SvgMatrixSettings settings, std::vector< std::string > const &row_labels, std::vector< std::string > const &col_labels) |
|