diff options
author | jaseg <git@jaseg.de> | 2022-02-02 10:58:20 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-02-02 10:58:20 +0100 |
commit | 18b9da86601ad95aaf7f0d3e02617a1970aaf574 (patch) | |
tree | fc4dc7cb0c43f4722df805d998e7b58ac003884b /docs/apertures.rst | |
parent | 0fa713af4be2a5a229a773ca62b894347d6d0b8a (diff) | |
download | gerbonara-18b9da86601ad95aaf7f0d3e02617a1970aaf574.tar.gz gerbonara-18b9da86601ad95aaf7f0d3e02617a1970aaf574.tar.bz2 gerbonara-18b9da86601ad95aaf7f0d3e02617a1970aaf574.zip |
Fix doc typos
Diffstat (limited to 'docs/apertures.rst')
-rw-r--r-- | docs/apertures.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/apertures.rst b/docs/apertures.rst index 51d4b0f..34a9e91 100644 --- a/docs/apertures.rst +++ b/docs/apertures.rst @@ -17,7 +17,7 @@ Aperture generalization ----------------------- Gerbonara supports rotating both individual graphic objects and whole files. Alas, this was not a use case that was -intended when the Gerber format was developed. We can rotate lines, arcs, and regions alright by simply rotatint all of +intended when the Gerber format was developed. We can rotate lines, arcs, and regions alright by simply rotating all of their points. Flashes are where things get tricky: Individual flashes cannot be rotated at all in any widely supported way. There are some newer additions to the standard, but I would be surprised if any of the cheap board houses understand those. The only way to rotate a flash is to rotate the aperture, not the flash. For cirlces, this is a no-op. |