Pikchr

Check-in [6d40a5f041]
Login
Overview
Comment:Typo fix, reported on the forum.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6d40a5f041311bbe82beab3a26845008abf8d6d03dfb6cd0596a0b885140b480
User & Date: wyoung 2023-05-26 11:37:28
References
2023-05-26
11:38 Reply: Some more small corrections (artifact: f8b3ff5744 user: wyoung)
Context
2023-07-23
11:57
Typo fixes reported in the forum. (check-in: 589586a89e user: stephan tags: trunk)
2023-05-26
11:37
Typo fix, reported on the forum. (check-in: 6d40a5f041 user: wyoung tags: trunk)
09:26
Fixed assorted typos, clarity errors, and formatting problems in the docs. Most were reported on the forum by brickviking (here and here) but I found and fixed a few more while in there. (check-in: 8c0dfc5431 user: wyoung tags: trunk)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to doc/circleobj.md.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Circle objects

A circle is defined by one of:

   *  `radius`
   *  `diameter`
   *  `width`
   *  `height`

Only one of these values can set for any particular circle; the others 
are determined automatically by the first.
The default radius is value of the "`circlerad`" variable.


~~~~ pikchr indent
A: circle thick rad 120%
line thin color gray left 70% from 2mm left of (A.w,A.n)









|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Circle objects

A circle is defined by one of:

   *  `radius`
   *  `diameter`
   *  `width`
   *  `height`

Only one of these values can be set for any particular circle; the others 
are determined automatically by the first.
The default radius is value of the "`circlerad`" variable.


~~~~ pikchr indent
A: circle thick rad 120%
line thin color gray left 70% from 2mm left of (A.w,A.n)