mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix stroke paragraphs
This commit is contained in:
parent
1383010826
commit
a5660819de
@ -125,10 +125,10 @@ impl TextContent {
|
||||
let text: String = leaf.apply_text_transform(paragraph.text_transform);
|
||||
builder.push_style(&stroke_style);
|
||||
builder.add_text(&text);
|
||||
let p = builder.build();
|
||||
stroke_paragraphs.push(p);
|
||||
builder.pop();
|
||||
}
|
||||
builder.reset();
|
||||
let p = builder.build();
|
||||
stroke_paragraphs.push(p);
|
||||
}
|
||||
paragraph_group.push(stroke_paragraphs);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user