diff options
| author | Martin Haug <mhaug@live.de> | 2023-05-02 13:53:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-02 13:53:20 +0200 |
| commit | 17cef8dcee022ca89ccef62eaec23ff6c0e4cdf9 (patch) | |
| tree | 253ea22f94ac90f0df91d6e20758ecc9d7271ce8 /library/src/compute | |
| parent | 021694de239ca5d6d799dde98423036bb1da405e (diff) | |
Add ICC profiles to images in PDF and update `usvg`, `svg2pdf` (#822)
Diffstat (limited to 'library/src/compute')
| -rw-r--r-- | library/src/compute/data.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/src/compute/data.rs b/library/src/compute/data.rs index 14ae304b..d104cf27 100644 --- a/library/src/compute/data.rs +++ b/library/src/compute/data.rs @@ -448,7 +448,6 @@ fn convert_xml(node: roxmltree::Node) -> Value { let tag: Str = node.tag_name().name().into(); let attrs: Dict = node .attributes() - .iter() .map(|attr| (attr.name().into(), attr.value().into())) .collect(); |
