We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b715e commit c01e30fCopy full SHA for c01e30f
1 file changed
src/processing/svg.ts
@@ -111,7 +111,7 @@ export class SvgComposer {
111
112
generateSvg() {
113
return `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 ${this.config.width} ${this.height}" width="${this.config.width}" height="${this.height}">
114
-<!-- Generated by https://github.com/antfu/sponsorskit -->
+<!-- Generated by https://github.com/antfu-collective/sponsorkit -->
115
<style>${this.config.svgInlineCSS}</style>
116
${this.body}
117
</svg>
0 commit comments