Skip to content

TravisBallard/ClassifySVGs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ClassifySVGs

Python script to traverse a folder and add CSS class names for the following elements:

  • g
  • path
  • rect
  • circle
  • ellipse
  • line
  • polyline
  • polygon

Note that multi-line SVGs with multiple elements on a single line will be classified incorrectly as the line index is used for the increment value.

About

Python script to traverse a folder and add css class names for groups, paths, rects, circles, ellipses, lines, polylines, and polygons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages