Skip to content

Commit d334511

Browse files
authored
Merge pull request #9 from stefanoberdoerfer/develop
fix anti alias in bg paint
2 parents 67204bc + 52653e4 commit d334511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ktloadingbutton/src/main/java/de/timonknispel/ktloadingbutton/KTLoadingButton.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class KTLoadingButton : View {
156156
)
157157
style = Paint.Style.STROKE
158158
strokeWidth = dp2px(borderThickness)
159-
isAntiAlias = false
159+
isAntiAlias = true
160160
}
161161

162162
resultPaint = Paint().apply {

0 commit comments

Comments
 (0)