minor: Упоминание Generated по другому

This commit is contained in:
2026-09-02 23:43:40 +03:00
parent 143aa1c4bf
commit 060626e45b
+8 -2
View File
@@ -270,13 +270,19 @@ def generate_halftone_svg(
)
svg_template = (
f'<!-- Generated by Hypn0 Generator (https://hypn0.ru) -->\n'
f'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 {width} {height}" width="100%" height="100%">'
f'<!-- Generated by hypn0.xyz -->\n'
f'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 {width} {height}" data-generated-by="https://hypn0.xyz">'
f'{svg_css}'
f'{defs_html}'
f'<g id="hypn0-canvas">{groups_html}</g>'
f'</svg>'
)
# f'<!-- Generated by hypn0.xyz -->\n'
# f'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 {width} {height}">'
# f'{svg_css}'
# f'{defs_html}'
# f'<g id="hypn0.xyz" data-generated-by="hypn0.xyz">{groups_html}</g>'
# f'</svg>'
return svg_template