# Deviation From Rich ## Versions - Rich: 13.3.5 - Yartsu: 23.5.1b2.dev30+gf5ae41d ## CONSOLE_SVG_FORMAT Diff ```diff --- +++ @@ -1,5 +1,5 @@ - - + + @@ -43,7 +47,7 @@ {chrome} - + {backgrounds} {matrix} ``` ## Console.export_svg Diff ```diff --- +++ @@ -70,9 +70,9 @@ line_height = char_height * 1.22 margin_top = 1 - margin_right = 1 - margin_bottom = 1 - margin_left = 1 + margin_right = char_width * 5 / 6 + margin_bottom = 20 * 5 / 3 + margin_left = char_width * 5 / 6 padding_top = 40 padding_right = 8 @@ -222,8 +222,8 @@ x=terminal_width // 2, y=margin_top + char_height + 6, ) - chrome += f""" - + chrome += """ + ``` AUTO-GENERATED by scripts/rich-diff