diff --git a/hypn0/hypn0_site/services/halftone.py b/hypn0/hypn0_site/services/halftone.py index 86f87bb..f85acff 100644 --- a/hypn0/hypn0_site/services/halftone.py +++ b/hypn0/hypn0_site/services/halftone.py @@ -270,13 +270,19 @@ def generate_halftone_svg( ) svg_template = ( - f'\n' - f'' + f'\n' + f'' f'{svg_css}' f'{defs_html}' f'{groups_html}' f'' ) + # f'\n' + # f'' + # f'{svg_css}' + # f'{defs_html}' + # f'{groups_html}' + # f'' return svg_template