#include "third_party/blink/renderer/core/svg/svg_path_query.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/svg/svg_path_byte_stream.h"
#include "third_party/blink/renderer/core/svg/svg_path_utilities.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "ui/gfx/geometry/point_f.h"
#include "ui/gfx/geometry/test/geometry_util.h"
namespace blink {
namespace {
TEST(SVGPathQueryTest, PointAtLength_ArcDecomposedToMultipleCubics) { … }
}
}