Skip to content

v0.9.0

Compare
Choose a tag to compare
@1ec5 1ec5 released this 30 May 23:43
· 52 commits to master since this release

Changes since v0.8.0:

  • Removed the strokeOpacity and fillOpacity properties from Path in favor of the alpha components of the strokeColor and fillColor properties, respectively. (#61)
  • Fixed a linker error in Objective-C projects about “incompatible Objective-C category definitions”. (#60)
  • Fixed an issue causing Path overlays without fills to become closed polygons. (#58)