Fix animations

This commit is contained in:
Ilya Laktyushin
2023-01-03 03:09:54 +04:00
parent 547f844ebc
commit afe3c2bd6b
3 changed files with 8 additions and 3 deletions

View File

@@ -307,6 +307,7 @@ private final class FrameNode: ASDisplayNode {
for line in self.lines {
line.strokeColor = UIColor.white.cgColor
line.fillColor = UIColor.clear.cgColor
line.lineWidth = 4.0
line.lineCap = .round
self.layer.addSublayer(line)