Version 1, Update 38
New:
- Added
absoluteRenderBounds
property for nodes to calculate the actual bounds of a node accounting for drop shadows, thick strokes, and anything else that may fall outside the node's regular bounding box defined inx
,y
,width
, andheight
. - Added
fillGeometry
andstrokeGeometry
properties for nodes with shapes (VectorNode, PolygonNode, etc...) to expose paths for object fills and strokes.
Bug Fixes:
- Fix bug in figma.showUI that allowed plugins to open very small modals hiding the plugin icon and close button. The new minimum dimensions for the plugin UI is 70x0.