Skip to content

Commit e35ae29

Browse files
authored
Merge pull request #1255 from Alex-Jordan/fixLaTeXImageTest
fix test image (issue #720)
2 parents 812d7d8 + 4aa5b36 commit e35ae29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/latex_image_test/latex_image_test2.pg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $drawing = createLaTeXImage();
2020
$drawing->texPackages(['circuitikz']);
2121
$drawing->environment(['circuitikz','scale=1.2, transform shape']);
2222
$drawing->BEGIN_LATEX_IMAGE
23-
\draw (60,1) to [battery2, v_=\(V_{cc}\), name=B] ++(0,2);
23+
\draw (0,1) to [battery2, v_=\(V_{cc}\), name=B] ++(0,2);
2424
\node[draw,red,circle,inner sep=4pt] at(B.left) {};
2525
\node[draw,red,circle,inner sep=4pt] at(B.right) {};
2626
END_LATEX_IMAGE
@@ -36,7 +36,7 @@ Context("Numeric");
3636
BEGIN_TEXT
3737
\{protect_underbar("path = $path")\};
3838
$BR alias = \{protect_underbar(alias($path))\}
39-
$PAR image = \{image($path, width => 228, height => 114, tex_size => 400)\}
39+
$PAR image = \{image($path, width => 228, tex_size => 400)\}
4040
$PAR svg = \{embedSVG($path)\}
4141
END_TEXT
4242

0 commit comments

Comments
 (0)