πŸ“¦ qarmin / svg_creator

Simple creator of valid or unvalid SVG files

β˜… 1 stars β‘‚ 0 forks πŸ‘ 1 watching
πŸ“₯ Clone https://github.com/qarmin/svg_creator.git
HTTPS git clone https://github.com/qarmin/svg_creator.git
SSH git clone git@github.com:qarmin/svg_creator.git
CLI gh repo clone qarmin/svg_creator
RafaΕ‚ Mikrut RafaΕ‚ Mikrut SVG 594344a 1 years ago πŸ“ History
πŸ“‚ master View all commits β†’
πŸ“ src
πŸ“„ .gitignore
πŸ“„ .rustfmt.toml
πŸ“„ Cargo.lock
πŸ“„ Cargo.toml
πŸ“„ README.md
πŸ“„ settings_ci.toml
πŸ“„ settings.toml
πŸ“„ README.md

SVG Creator

This is simple tool to create valid or unvalid svg files to test svg importers.

How to use it?

It doesn't work out of box and needs to be configured and compiled.

First choose path to svg tool - variable svg_tool

Next change output filename - variable file_name(path must exists)

Tweak settings, you can change number of executed loops

  • first loop - how much of svg files will be created
  • second - how much of things like <image> or <path> will be inside files(this is random value inside some range)
  • third - how much arguments things like image will have e.g. <image d="4em" source="32">

TODO

Add mode to verify SVG files, to find even more used things

License

MIT