diff --git a/paint.py b/paint.py index 12b5061..4ef6004 100755 --- a/paint.py +++ b/paint.py @@ -644,7 +644,6 @@ pre { def get_svg(self) -> str: """Get the SVG representation of the document.""" css = """ -div, pre { overflow: hidden; margin: 0; @@ -663,9 +662,7 @@ font { -
{self.get_pre_inner_xhtml()}
-
"""