Skip to content

Commit 3eaa4ca

Browse files
committed
clean
1 parent 6b52d26 commit 3eaa4ca

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

mathics/builtin/graphics.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3239,21 +3239,9 @@ def boxes_to_xml(self, leaves, **options):
32393239
base64.b64encode(svg.encode("utf8")).decode("utf8"),
32403240
)
32413241
)
3242-
3243-
# return (
3244-
# '<mglyph width="%dpx" height="%dpx" src="data:image/svg+xml;base64,%s"/>'
3245-
# % (
3246-
# int(width),
3247-
# int(height),
3248-
# base64.b64encode(svg.encode("utf8")).decode("utf8"),
3249-
# )
3250-
#)
32513242
else:
32523243
print("Asy not available. Continue with standard")
32533244

3254-
3255-
3256-
32573245
elements, calc_dimensions = self._prepare_elements(leaves, options, neg_y=True)
32583246

32593247
xmin, xmax, ymin, ymax, w, h, width, height = calc_dimensions()

0 commit comments

Comments
 (0)