Add CMake build and cross-platform cleanup
This commit is contained in:
@@ -198,7 +198,7 @@ bool SVGParser::GetVerticesFromPathData( const std::string& pathData, std::vecto
|
||||
isOpen = false;
|
||||
break;
|
||||
}
|
||||
// Fallthrough when isOpen
|
||||
[[fallthrough]];
|
||||
case ( 'L' )://lineto
|
||||
case ( 'l' ):
|
||||
vertex = NextSvgPoint( ss, cursor, cmd, isOpen, true );
|
||||
|
||||
Reference in New Issue
Block a user