IJSVG.framework is now available
IJSVG is now a framework, reason being, its easier to implement into your project and also IJSVG is a non ARC project, it still uses manual memory management.
Whats fixed
This release fixes a lot of bugs, rendering issues, notable examples:
- Issues with masks
- Issues with arc commands not being parsed correctly
- Issues with various colours not being parsed correctly (namely transparent)
New things
- IJSVG is now a framework
- Exporting from IJSVG will now keep primitive types where applicable (circles, rect, line etc...)
- Completely refactored path data parsing command, each command can now specify a sequence for when reading data out of path data
- #RRGGBBAA is now supported