Skip to content

A script which showcases a technique to convert svgelements objects into svgwrite objects, which is used to write svgelement objects to file

License

Notifications You must be signed in to change notification settings

juniperfdel/convert-svgelements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convert svgelements to svgwrite

A script which showcases a technique to convert svgelements objects into svgwrite objects, which is used to write svgelement objects to file. It is incomplete, but overtime it should become more complete.

Currently Supported

  • Line
  • Path
  • Rect
  • Polygon

Different Files

There are two python files in this repository

  • convert.py is a small working example with comments
  • full_example.py is the full script I use without comments

Requirements

About

A script which showcases a technique to convert svgelements objects into svgwrite objects, which is used to write svgelement objects to file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages