processing / processing/processing-website

Docs for scale

オープン
#363 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

https://processing.org/reference/scale_.html にある対象の scale リファレンスページを開き、そのソースを processing-website リポジトリ内で見つけてください。例のパーセンテージに関する説明を修正し、s、x、y の説明をパーセンテージではなくスカラーまたは係数の用語に変更してください。ページのテキスト全体で、スケーリングによる増加を一貫して説明するようにします。

索引モデルが issue の本文から書いたものです。

評価

領域
documentation
issue の種類
ドキュメント
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。