🐛 Fix big blur rendering for wasm render

This commit is contained in:
Alejandro Alonso
2025-08-11 07:35:03 +02:00
parent a702fee3cd
commit 478439f055
14 changed files with 6534 additions and 66 deletions

View File

@@ -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)
}