Re: [svgwg] Baseline information for contextual layout (#739)

It's not really clear what the baseline of text that consists solely of a `<textPath>` would be.  In this specific example, it looks like you want to align to the y coordinate of the starting point of the path.  Since that value must be known -- it'll be in the path data -- you can provide it explicitly in the `horizontal-baseline=""` attribute on the root `<svg>`.

(You are right though that there's no way to size the inline `<svg>` to its contents automatically.)

-- 
GitHub Notification of comment by heycam
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/739#issuecomment-534852995 using your GitHub account

Received on Wednesday, 25 September 2019 05:02:08 UTC