Skip to content

Commit 5f90b30

Browse files
committed
fixes test case
1 parent 8eb690f commit 5f90b30

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
@@ -417,7 +417,7 @@ class Graphics(Builtin):
417417
418418
In 'TeXForm', 'Graphics' produces Asymptote figures:
419419
>> Graphics[Circle[]] // TeXForm
420-
=
420+
=
421421
. \begin{asy}
422422
. size(5.8556cm, 5.8333cm);
423423
. 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)