# Deviation From Rich ## Versions - Rich: 12.4.4 - Yartsu: 22.6b4.dev3+gddae53c.d20220617 ## CONSOLE_SVG_FORMAT Diff ```diff --- +++ @@ -1,20 +1,17 @@ - + @@ -43,7 +44,7 @@ {chrome} - + {backgrounds} {matrix} ``` ## Console.export_svg Diff ```diff --- +++ @@ -64,9 +64,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 @@ -214,8 +214,8 @@ x=terminal_width // 2, y=margin_top + char_height + 6, ) - chrome += f""" - + chrome += """ + ``` AUTO-GENERATED by code_svg_format_diff.py