svgpy
is supposed to be a library to write SVG images and i'll try to include an SVG to PNG conversion capability to it.
Let's hope this project continues to grow.
- Write basic SVG images
- provide with SVG to PNG conversions
- Pixel (a recctangle spanning a pixel)
- Rectangle
- Circle
- Ellipse
- Line
- Polyline
- Polygon
- Path
- M (move to)
- L (line to)
- H (horizontal line to)
- V (vertical line to)
- C (curve to)
- S (smooth curve to)
- Q (quadratic Bézier curve)
- T (smooth quadratic Bézier curve to)
- A (elliptical Arc)
- Z (close path)
- Text
- Filters
- Stroke
Check the requirements.txt
for any requirements related to the project
Thanks for considering contribution to the project. Read CONTRIBUTING.md for futrther instructions.