processing / processing/processing-website
Docs for scale
まだ誰も着手していません。
- 主要言語
- MDX
- スター
- 90
- フォーク
- 122
- 平均マージ
- 1時間 43分
- マージ済み PR(30日)
- 3
説明
Issue description
The documentation of scale says:
"For example, the function call scale(2.0) increases the dimension of a shape by 200%."
This is unfortunately a mistake. Let's say the unit of the x-axis before the scaling is 10,
then after it is 2*10=20. The growth is 20-10=10. Which amounts to 100%.
Scaling with s gives in general a growth of s-1.
Now it not just the sentence above that needs a change: the parameters s, x and y
are described as "percentages". This should be changed to "scalar" or "factor" or similar.
URL(s) of affected page(s)
https://processing.org/reference/scale_.html
Proposed fix
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
https://processing.org/reference/scale_.html にある対象の scale リファレンスページを開き、そのソースを processing-website リポジトリ内で見つけてください。例のパーセンテージに関する説明を修正し、s、x、y の説明をパーセンテージではなくスカラーまたは係数の用語に変更してください。ページのテキスト全体で、スケーリングによる増加を一貫して説明するようにします。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 45/100