We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25bfa7 commit 2021334Copy full SHA for 2021334
src/main/kotlin/org/gitanimals/render/domain/User.kt
@@ -111,7 +111,7 @@ class User(
111
}
112
113
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\">")
+ return this.append("<svg fill=\"none\" overflow=\"visible\" xmlns=\"http://www.w3.org/2000/svg\">")
115
116
117
fun createFarmAnimation(): String {
0 commit comments