blob: 01f5bfdda2b38f8b48f675e27e11288ceed64072 [file] [log] [blame]
/*
* Copyright 2023 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef PathExtractor_DEFINED
#define PathExtractor_DEFINED
#include "tools/ToolUtils.h"
#include <functional>
class SkMatrix;
class SkPaint;
class SkPath;
namespace ToolUtils {
void ExtractPathsFromSVG(const char filepath[], std::function<PathSniffCallback>);
} // namespace ToolUtils
#endif