Skip to content

Commit

Permalink
Merge pull request #5 from thacuber2a03/main
Browse files Browse the repository at this point in the history
add `circ` page
  • Loading branch information
scrapSavage authored Mar 23, 2024
2 parents b23bf33 + 8300e5d commit 37a8063
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
21 changes: 21 additions & 0 deletions graphics/circ.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"metadata" : {
"page_title" : "circ()",
"version" : "0.2",
"authors" : [ "thacuber2a03" ]
},
"elements" : [
{
"type" : "label",
"text" : "The circ function draws an empty circle."
},
{
"type" : "snippet",
"text" : "--draws a red circle.\ncirc(16,16,10,8)"
},
{
"type" : "label",
"text" : "x\n X coordinate of circle.\ny\n Y coordinate of circle.\nr\n Radius of circle.\ncol\n The color of the circle."
}
]
}
8 changes: 7 additions & 1 deletion topics/graphics.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@
"page_title" : "Graphics",
"version" : "0.2",
"authors" : [
"scrapSavage"
"scrapSavage",
"thacuber2a03"
]
},
"elements" : [
{
"type" : "label",
"text" : "Here are our current documents:"
},
{
"type": "wiki_ref",
"ref": "graphics/circ",
"text": "circ()"
},
{
"type" : "wiki_ref",
"ref" : "graphics/rect",
Expand Down

0 comments on commit 37a8063

Please sign in to comment.