Open
Description
Motivation
Like text-offset
that accepts number or an array of two numbers that adjusts the x
and y
coordinates, it would be great if text-radial-offset
allowed the same functionality. That would account for the extra distance top positioned labels need for characters with descenders (i.e g, p, q
):
Design Alternatives
Not provide top
as a list of possible positions to text-variable-anchor
but that's a little limiting.
Design
{
text-radial-offset: [0.5, 1] // x, y
}
Activity