Skip to content

Commit 90f8a4d

Browse files
committed
0.0.3
1 parent df4968d commit 90f8a4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/svg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ impl fmt::Display for SvgFile {
3939
writeln!(f, r#"<?xml version="1.0" encoding="UTF-8"?>"#)?;
4040
writeln!(
4141
f,
42-
r#"<!-- Generated by @neplex/vectorizer (Engine: visioncortex VTracer) -->"#,
42+
r#"<!-- Generated by @neplex/vectorizer (Using visioncortex VTracer) -->"#,
4343
)?;
4444
writeln!(
4545
f,

0 commit comments

Comments
 (0)