https://github.com/xyz2tex/svg2tikz
An Inkscape extension for exporting SVG paths as TikZ/PGF paths
https://github.com/xyz2tex/svg2tikz
svg tikz
Last synced: 6 months ago
JSON representation
An Inkscape extension for exporting SVG paths as TikZ/PGF paths
- Host: GitHub
- URL: https://github.com/xyz2tex/svg2tikz
- Owner: xyz2tex
- License: other
- Created: 2014-04-17T08:04:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T05:28:02.000Z (over 1 year ago)
- Last Synced: 2024-05-23T04:44:17.982Z (over 1 year ago)
- Topics: svg, tikz
- Language: Python
- Homepage: http://xyz2tex.github.io/svg2tikz/
- Size: 1.46 MB
- Stars: 548
- Watchers: 20
- Forks: 90
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Documentation][documentation-badge]][documentation-url]
[](https://badge.fury.io/py/svg2tikz)# SVG2TikZ 3.3.X (Inkscape 1.4.x compatible)
SVG2TikZ, formally known as Inkscape2TikZ ,are a set of tools for converting SVG graphics to TikZ/PGF code.
This project is licensed under the GNU GPL (see the [LICENSE](/LICENSE) file).## Documentation and installation
`SVG2TikZ` is now available on pypi so you can install it with if you want to use it with a command line. You can install the package with the following command:```
pip install svg2tikz
```All the information to install (as an inkscape extension) and use `SVG2TikZ` can be found in our [Documentation](https://xyz2tex.github.io/svg2tikz/install.html).
## Changes and Bug fixes
A complete changelog is available in the [CHANGELOG.md](CHANGELOG.md) file.
[documentation-badge]: https://img.shields.io/website?up_message=Online&url=http%3A%2F%2Fxyz2tex.github.io%2Fsvg2tikz%2F&label=Doc
[documentation-url]: https://xyz2tex.github.io/svg2tikz## Dependencies and contribution
All the dependencies are listed in the [pyproject.toml](pyproject.toml). There is no particular dependencies for testing. For building, the project use [poetry](https://python-poetry.org/).For more information on how to contribute, you can check the [documentation](https://xyz2tex.github.io/svg2tikz/contribute.html).