# geopattern ![Continuous Integration](https://github.com/suyash/geopattern-rs/workflows/Continuous%20Integration/badge.svg) [![crates.io badge](https://img.shields.io/crates/v/geopattern.svg)](https://crates.io/crates/geopattern) [![docs.rs badge](https://docs.rs/geopattern/badge.svg)](https://docs.rs/geopattern) This has been rewritten to be leaner and actually usable. The sha1 stuff is out, now essentially a bunch of functions that return `svg::Document`. In the cleanup, removed error handling and now the code has a bunch of `assert_eq!` calls. Maybe reconsider that. ## Examples Generated using ``` cargo run --example create_readme_examples ``` ### Chevrons ### Circle Packing ### Concentric Circles ### Cubic Disarray ### Diamonds ### Hexagons ### Hypnotic Squares ### Joy Division ### Mosaic Squares ### Nested Squares ### Octagons ### Overlapping Circles ### Overlapping Rings ### Piet Mondrian ### Plaid ### Plus Signs ### Sine Waves ### Squares ### Tesselation ### Tiled Lines ### Triangles ### Triangular Mesh ### Un Deus Trois ### Xes ## License geopattern-rs is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.