mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2025-02-01 12:18:55 -05:00
fixed clip content in frames (#50)
This commit is contained in:
parent
f469fc1f37
commit
44d691e7c3
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ export const transformFrameNode = async (
|
|||
return {
|
||||
type: 'frame',
|
||||
name: node.name,
|
||||
showContent: isSectionNode(node) ? true : !node.clipsContent,
|
||||
...transformFills(node),
|
||||
// Figma API does not expose strokes for sections,
|
||||
// they plan to add it in the future. Refactor this when available.
|
||||
|
|
Loading…
Add table
Reference in a new issue