add spirit x3 grammar for SVG2 colors (aka CSS colors)
This commit is contained in:
parent
b6cea7c658
commit
09250ede96
1 changed files with 3 additions and 3 deletions
|
@ -22,8 +22,8 @@
|
|||
|
||||
// http://www.w3.org/TR/SVG2/color.html
|
||||
|
||||
#ifndef MAPNIK_SVG2_COLOR_GRAMMAR_HPP
|
||||
#define MAPNIK_SVG2_COLOR_GRAMMAR_HPP
|
||||
#ifndef MAPNIK_SVG2_COLOR_GRAMMAR_DEF_HPP
|
||||
#define MAPNIK_SVG2_COLOR_GRAMMAR_DEF_HPP
|
||||
|
||||
// boost
|
||||
#include <boost/spirit/home/x3.hpp>
|
||||
|
@ -303,4 +303,4 @@ auto const expression = svg2_color;
|
|||
}}
|
||||
|
||||
|
||||
#endif //MAPNIK_SVG_COLOR_GRAMMAR_DEF_HPP
|
||||
#endif //MAPNIK_SVG2_COLOR_GRAMMAR_DEF_HPP
|
||||
|
|
Loading…
Reference in a new issue