Skip to content

IJSVG.framework is now available

Compare
Choose a tag to compare
@curthard89 curthard89 released this 12 Dec 08:18
· 304 commits to master since this release

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