We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b30da9 commit 3c7cc4dCopy full SHA for 3c7cc4d
OpenTimelineIO-Sample/OpenTimelineIO-Reader/Views/TimeRulerView.swift
@@ -59,7 +59,7 @@ struct TimeRulerView: View
59
Text("\(Image(systemName: "arrowtriangle.down.fill"))")
60
.font(.system(size: 10))
61
.foregroundStyle(.red),
62
- at: CGPoint(x: x + 0.5, y: y),
+ at: CGPoint(x: x + 0.5, y: y)
63
)
64
65
@@ -77,7 +77,7 @@ struct TimeRulerView: View
77
78
79
.foregroundColor(.red),
80
81
82
83
context.draw(
0 commit comments