Figma's lineHeight with units=PERCENT stores e.g. 100 meaning 100% of fontSize. We stored the raw value (100) which the renderer interpreted as 100px, producing ~6x line height. Now properly converts: PERCENT → value/100 * fontSize, PIXELS → value as-is. |
||
|---|---|---|
| .. | ||
| cli | ||
| core | ||
| docs | ||
| mcp | ||