react-native-iconic icon indicating copy to clipboard operation
react-native-iconic copied to clipboard

[iOS] Top left pixel

Open JanOwiesniak opened this issue 5 years ago • 4 comments

I'm using this code to render the icon:

<RNIconic shape={this.state.shapes} tintColor={"#fc4426"} color={"#FFFFFF"} size={200} selection={this.state.selection} disable={false} lineThickness={5} />

The animation looks fine but there is 1 pixel in the left corner which, i guess, should not be there.

JanOwiesniak avatar Dec 20 '18 17:12 JanOwiesniak