diff --git a/Sources/Site/Posts/2024/10/2024-10-20-chart-gradient-accuracy.md b/Sources/Site/Posts/2024/10/2024-10-20-chart-gradient-accuracy.md index 2e4e874..fb5db6c 100644 --- a/Sources/Site/Posts/2024/10/2024-10-20-chart-gradient-accuracy.md +++ b/Sources/Site/Posts/2024/10/2024-10-20-chart-gradient-accuracy.md @@ -3,6 +3,8 @@ If you're using linear gradients in SwiftUI's Charts framework, make sure that the delta between every color stop is at least `0.0001`. +--- + Let's say you want to draw a linear gradient with hard stops, like the one used in [Sidecar's](http://sidecar.clutch.engineering/) trip logger: