Skip to content

v0.3.2

Choose a tag to compare

@Variel Variel released this 21 Feb 17:39
· 2 commits to main since this release

Bug Fixes

  • Gradient direction: Fixed gradient angle computation — Figma's gradient transform maps element→gradient space, so the inverse direction (m11, -m10) is used instead of (m00, m10)
  • CENTER constraint: Absolute-positioned children with horizontalConstraint: CENTER or verticalConstraint: CENTER now correctly use left:50%; transform:translate(-50%, -50%) instead of fixed coordinates
  • Partial text replacement: Fixed bug where targeting the same node with multiple // partial replacements failed because autoRename changed the node name after the first replacement