https://github.com/engossoftware/arrows-svg
SVG arrow generator
https://github.com/engossoftware/arrows-svg
Last synced: 3 months ago
JSON representation
SVG arrow generator
- Host: GitHub
- URL: https://github.com/engossoftware/arrows-svg
- Owner: EngosSoftware
- License: apache-2.0
- Created: 2023-10-31T19:38:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T17:48:14.000Z (5 months ago)
- Last Synced: 2025-04-04T09:47:51.537Z (3 months ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# SVG arrow generator
[![Crates.io][crates-badge]][crates-url]
[![MIT licensed][mit-badge]][mit-license-url]
[![Apache 2.0 licensed][apache-badge]][apache-license-url]
[![Contributor Covenant][cc-badge]][cc-url][crates-badge]: https://img.shields.io/crates/v/arrows-svg.svg
[crates-url]: https://crates.io/crates/arrows-svg
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg
[mit-url]: https://opensource.org/licenses/MIT
[mit-license-url]: https://github.com/EngosSoftware/arrows-svg/blob/main/LICENSE-MIT
[apache-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[apache-url]: https://www.apache.org/licenses/LICENSE-2.0
[apache-license-url]: https://github.com/EngosSoftware/arrows-svg/blob/main/LICENSE
[apache-notice-url]: https://github.com/EngosSoftware/arrows-svg/blob/main/NOTICE
[cc-badge]: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg
[cc-url]: https://github.com/EngosSoftware/arrows-svg/blob/main/CODE_OF_CONDUCT.md
[repository-url]: https://github.com/EngosSoftware/arrows-svg## Overview
Arrow generator in SVG format.
This library is just an example how to generate rotated arrows in SVG.
Currently only single HTML document containing arrows presented below is generated.
## License
Licensed under either of
- [MIT license][mit-url] (see [LICENSE-MIT][mit-license-url]) or
- [Apache License, Version 2.0][apache-url] (see [LICENSE][apache-license-url] and [NOTICE][apache-notice-url])at your option.
## Contribution
Any contributions to [**arrows-svg**][repository-url] are greatly appreciated.
All contributions intentionally submitted for inclusion in the work by you,
shall be dual licensed as above, without any additional terms or conditions.