tidy [skip ci]
This commit is contained in:
parent
7350d0a653
commit
751c96ec4a
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ bool parse_dasharray(std::string const& value, dash_array& dash)
|
||||||
using namespace boost::spirit;
|
using namespace boost::spirit;
|
||||||
using x3::char_;
|
using x3::char_;
|
||||||
using x3::double_;
|
using x3::double_;
|
||||||
using x3::no_skip;
|
|
||||||
boost::spirit::x3::ascii::space_type space;
|
boost::spirit::x3::ascii::space_type space;
|
||||||
// SVG
|
// SVG
|
||||||
// dasharray ::= (length | percentage) (comma-wsp dasharray)?
|
// dasharray ::= (length | percentage) (comma-wsp dasharray)?
|
||||||
|
|
Loading…
Reference in a new issue