pub(crate) fn compute_blue_edges(
axis: &mut Axis,
scale: &Scale,
unscaled_blues: &[UnscaledBlue],
blues: &[ScaledBlue],
group: ScriptGroup,
)
Expand description
Compute all edges which lie within blue zones.
For Latin, this is only done for the vertical axis.