Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

Commit

Permalink
svgdom updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Apr 10, 2018
1 parent 598d84d commit 2664b06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fern = "0.5"
# local copy
# path = "../svgdom"
# from crates
version = "0.10"
version = "0.10.5"

[dependencies.error-chain]
version = "0.11"
Expand Down
4 changes: 1 addition & 3 deletions src/task/rm_text_attrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,7 @@ mod tests {
<defs>
<text id='hello'>Hello</text>
</defs>
<text font-family='Verdana'>
<tref xlink:href='#hello'/>
</text>
<text font-family='Verdana'><tref xlink:href='#hello'/></text>
</svg>
");

Expand Down
4 changes: 1 addition & 3 deletions src/task/rm_unused_defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,7 @@ mod tests {
<defs>
<text id='hello'>Hello</text>
</defs>
<text>
<tref xlink:href='#hello'/>
</text>
<text><tref xlink:href='#hello'/></text>
</svg>
");

Expand Down

0 comments on commit 2664b06

Please sign in to comment.