in Sources/Source/Components/ScrollingPaginationIndicator.swift [130:135]
func nearestOddNumberBelow() -> Int { if self % 2 != 0 { return self } return self - 1 }