openpencil/packages
Danila Poyarkov af9a0ebb5a Fix PERCENT line height conversion — was stored as raw value instead of pixels
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.
2026-03-04 00:20:43 +03:00
..
cli Release v0.5.1 2026-03-03 17:30:09 +03:00
core Fix PERCENT line height conversion — was stored as raw value instead of pixels 2026-03-04 00:20:43 +03:00
docs Add macOS Gatekeeper workaround to README and docs 2026-03-03 21:19:07 +03:00
mcp Release v0.5.1 2026-03-03 17:30:09 +03:00