mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix big blur rendering for wasm render
This commit is contained in:
@@ -18,7 +18,7 @@ impl TextPaths {
|
||||
}
|
||||
|
||||
pub fn get_skia_paragraphs(&self) -> Vec<Vec<ParagraphBuilder>> {
|
||||
let paragraphs = self.to_paragraphs();
|
||||
let paragraphs = self.to_paragraphs(None, None);
|
||||
self.collect_paragraphs(paragraphs)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user