Skip to content

Ajay-Singh-Rana/svgpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svgpy

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.

Features:

  • Write basic SVG images
  • provide with SVG to PNG conversions

SVG Features:

  • 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

Project Requirements:

Check the requirements.txt for any requirements related to the project

Want to contribute..?

Thanks for considering contribution to the project. Read CONTRIBUTING.md for futrther instructions.

About

A library to write SVG images using Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages