PathSegClosePath 287 Source/core/svg/SVGPathBlender.cpp if (fromType == toType && (fromType == PathSegUnknown || fromType == PathSegClosePath)) PathSegClosePath 352 Source/core/svg/SVGPathBlender.cpp case PathSegClosePath: PathSegClosePath 152 Source/core/svg/SVGPathByteStreamBuilder.cpp buffer.writeSegmentType(PathSegClosePath); PathSegClosePath 337 Source/core/svg/SVGPathParser.cpp case PathSegClosePath: PathSegClosePath 84 Source/core/svg/SVGPathSeg.h PATHSEG_CLOSEPATH = PathSegClosePath, PathSegClosePath 65 Source/core/svg/SVGPathStringSource.cpp pathSegType = PathSegClosePath; PathSegClosePath 139 Source/core/svg/SVGPathStringSource.cpp && previousCommand != PathSegClosePath) {