Skip to content

yairchu/svg-simplify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svg-simplify

Do you have SVG files that render fine with some browsers or programs but render wrong in others?

This is due to software not supporting all of SVG's features.

Simplified features

  • "mask". svg-simplify replaces masks with gradients in some situations
  • css rules for each class are grouped together (some engines don't support them being split over several rules)

Installation

Recommended: Build from source using haskell-stack

  • Install haskell stack
  • Clone this project
  • From the source folder, run stack install

SVG features support

SVG rendering feature support mask css rule aggregation
Browsers Chrome
Firefox
Safari
Drawing Apps Adobe Illustrator TODO:
check
InkScape
SVG-edit
Conversion Tools ImageMagick
rsvg-convert
qlmanage
Libraries JUCE
Other VS Code Preview

About

A tool to simplify SVG files to use more basic features

Resources

License

Stars

Watchers

Forks

Packages

No packages published