Skip to content

Commit

Permalink
fix Svg2Vector BC break in the latest update
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed May 29, 2023
1 parent d11354b commit 7acc5be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class IconsGenerator {
zis.closeEntry()

outFileXml.outputStream().buffered().use { outputStream ->
Svg2Vector.parseSvgToXml(outFileSvg, outputStream)
Svg2Vector.parseSvgToXml(outFileSvg.toPath(), outputStream)
}

outFileSvg.delete()
Expand Down

0 comments on commit 7acc5be

Please sign in to comment.