We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed52d2 commit c0fec11Copy full SHA for c0fec11
1 file changed
src/html/mod.rs
@@ -264,7 +264,7 @@ pub fn xml_to_pdf_pages(
264
scroll_id_to_node_id: std::collections::BTreeMap::new(),
265
counters: std::collections::BTreeMap::new(),
266
float_cache: std::collections::BTreeMap::new(),
267
- subtree_layout_cache: std::collections::BTreeMap::new(),
+ cache_map: Default::default(),
268
};
269
let mut text_cache = TextLayoutCache::new();
270
@@ -547,7 +547,7 @@ pub fn xml_to_pdf_pages_debug(
547
548
549
550
551
552
553
0 commit comments