Skip to content

civet/svg-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVG Parser

This project restores the SvgParser library in libspark's SvgEditor project, using WebArchive, and fixed some issues.

This library implements rendering of SVG images with AS3, but not all features are included. You can parse Circle, Line, Polyline, Ellipse, Path, Polygon, Rect, Text, Image, ClipPath, Use, etc. Currently only feGaussianBlur and feColorMatrix are available for filter.

License: GNU Lesser General Public License ( Unless otherwise mentioned inside the code )