mapbox / MapboxStatic.swift

Static map snapshots with overlays in Swift or Objective-C on iOS, macOS, tvOS, and watchOS
https://www.mapbox.com/api-documentation/?language=Swift#static
Other
189 stars 31 forks source link

Remove opacity options in favor of alpha on color options #59

Closed 1ec5 closed 7 years ago

1ec5 commented 7 years ago

NSColor and UIColor already specify an alpha component, so Path should recognize the alpha component of strokeColor and fillColor instead of providing separate strokeOpacity and fillOpacity properties.

/cc @frederoni @bsudekum