[go: up one dir, main page]

lyon_path 1.0.1

Types and utilities to store, build and iterate over 2D paths.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# lyon::path

Path data structures and tools for vector graphics.

<p align="center">
  <a href="https://crates.io/crates/lyon_path">
      <img src="https://img.shields.io/crates/v/lyon_path.svg" alt="crates.io">
  </a>
  <a href="https://docs.rs/lyon_path">
      <img src="https://docs.rs/lyon_path/badge.svg" alt="documentation">
  </a>
</p>

`lyon_path` can be used as a standalone crate or as part of [lyon](https://docs.rs/lyon/) via the `lyon::path` module.