Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #18 from darekg11/bug-fix/fix-overflow-happening-o…
Browse files Browse the repository at this point in the history
…n-ios

Fix overflowing halfCircleRender on IOS devices
  • Loading branch information
MrToph authored Oct 28, 2018
2 parents 3bd8522 + 1c056f1 commit dcd4b54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export default class PercentageCircle extends Component {
width: radius,
height: radius * 2,
borderRadius: radius,
overflow: 'hidden',
transform: [
{ translateX: radius / 2 },
{ rotate: `${rotateDegrees}deg` },
Expand Down

0 comments on commit dcd4b54

Please sign in to comment.