Skip to content

Commit 96766bb

Browse files
committed
Fix two damaged figure tags
1 parent 196b5f4 commit 96766bb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

17_canvas.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,9 @@ a single image file and then draw only the part you need. For example,
590590
we have this picture containing a game character in multiple
591591
((pose))s:
592592

593-
{{figure {url: "img/player_big.png", alt: "Various poses of a game character",width: "6cm", [animation, "platform game"]}}}
593+
{{figure {url: "img/player_big.png", alt: "Various poses of a game character",width: "6cm"}}}
594+
595+
{{index [animation, "platform game"]}}
594596

595597
By alternating which pose we draw, we can show an animation that
596598
looks like a walking character.

18_http.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ quote}}
1313

1414
{{index "Fielding, Roy"}}
1515

16-
{{figure {url: "img/chapter_picture_18.jpg", alt: "Picture of a web form on a medieval scroll", chapter: "framed", [browser, environment]}}}
16+
{{figure {url: "img/chapter_picture_18.jpg", alt: "Picture of a web form on a medieval scroll", chapter: "framed"}}}
17+
18+
{{index [browser, environment]}}
1719

1820
The _Hypertext Transfer Protocol_, already mentioned in [Chapter
1921
?](browser#web), is the mechanism through which data is requested and

0 commit comments

Comments
 (0)