v0.9.0
Changes since v0.8.0:
- Removed the
strokeOpacity
andfillOpacity
properties from Path in favor of the alpha components of thestrokeColor
andfillColor
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)