Skip to content

Commit eacc69d

Browse files
authored
release: 0.1.1 (#10)
2 parents d25bfa7 + 2021334 commit eacc69d

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/org/gitanimals/render/domain

1 file changed

+1
-1
lines changed

src/main/kotlin/org/gitanimals/render/domain/User.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class User(
111111
}
112112

113113
private fun StringBuilder.openLine(): StringBuilder {
114-
return this.append("<svg width=\"1000\" height=\"100\" viewBox=\"0 0 1000 100\" fill=\"none\" overflow=\"visible\" xmlns=\"http://www.w3.org/2000/svg\">")
114+
return this.append("<svg fill=\"none\" overflow=\"visible\" xmlns=\"http://www.w3.org/2000/svg\">")
115115
}
116116

117117
fun createFarmAnimation(): String {

0 commit comments

Comments
 (0)