mirror of
https://github.com/visioncortex/vtracer.git
synced 2025-12-06 17:15:41 -08:00
Add xml comment
This commit is contained in:
@@ -34,6 +34,7 @@ impl SvgFile {
|
|||||||
impl fmt::Display for SvgFile {
|
impl fmt::Display for SvgFile {
|
||||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||||
writeln!(f, r#"<?xml version="1.0" encoding="UTF-8"?>"#)?;
|
writeln!(f, r#"<?xml version="1.0" encoding="UTF-8"?>"#)?;
|
||||||
|
writeln!(f, r#"<!-- Generator: visioncortex VTracer {} -->"#, env!("CARGO_PKG_VERSION"))?;
|
||||||
writeln!(f,
|
writeln!(f,
|
||||||
r#"<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="{}" height="{}">"#,
|
r#"<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="{}" height="{}">"#,
|
||||||
self.width, self.height
|
self.width, self.height
|
||||||
|
|||||||
Reference in New Issue
Block a user