diff --git a/hypn0/hypn0_site/services/halftone.py b/hypn0/hypn0_site/services/halftone.py index 3862dc7..bf6b0f3 100644 --- a/hypn0/hypn0_site/services/halftone.py +++ b/hypn0/hypn0_site/services/halftone.py @@ -358,7 +358,7 @@ def analyze_svg_structure(svg_content: str) -> dict: # Наукообразные показатели total_oscillators = use_count if use_count > 0 else defs_count bytes_per_quantum = round(total_bytes / max(total_oscillators, 1), 1) - density = round(total_oscillators / max((width * height) / 100000.0, 1.0), 2) + density = round(total_oscillators / max((width * height) / 1048576.0, 1.0), 2) return { "total_bytes": total_bytes, diff --git a/hypn0/templates/gallery/detail.html b/hypn0/templates/gallery/detail.html index a965e4a..6a957ba 100644 --- a/hypn0/templates/gallery/detail.html +++ b/hypn0/templates/gallery/detail.html @@ -66,7 +66,7 @@ {{ item.s_title }}

- Зафиксировано в пространстве: + Зафиксировано в пространстве:

@@ -178,7 +178,7 @@ @@ -223,7 +223,7 @@