Skip to content

Commit 507205b

Browse files
committed
fixes test case
1 parent 2da8334 commit 507205b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/builtin/graphics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ class Graphics(Builtin):
416416
417417
In 'TeXForm', 'Graphics' produces Asymptote figures:
418418
>> Graphics[Circle[]] // TeXForm
419-
=
419+
=
420420
. \begin{asy}
421421
. size(5.8556cm, 5.8333cm);
422422
. add((175,175,175,0,0,175)*(new picture(){picture s=currentpicture,t=new picture;currentpicture=t;draw(ellipse((0,0),1,1), rgb(0, 0, 0)+linewidth(0.0038095));currentpicture=s;return t;})());

0 commit comments

Comments
 (0)