case class FixedSpacing(spacing: Double, centered: Boolean) extends Spacer
An implementation of Spacer that spaces the elements according to a
fixed spacing. If centered is true, then the elements are spaced centered
around 0, otherwise the elements are spaced starting from 0.
Useful for assigning bends to the edges going between two vertices.