processing / processing/processing-website
Add `strokeWeight` to reference in the reference of `point_`
オープン
初心者向け
まだ誰も着手していません。
- 主要言語
- MDX
- スター
- 90
- フォーク
- 122
- 平均マージ
- 1時間 43分
- マージ済み PR(30日)
- 3
説明
Select the type of content error.
Other content error (please specify)
Section
Reference
Location of the error
Describe the error
I don't know if it is intended, but it would be nice to make strokeWeight() function bold in description section and add strokeWeight() function in related section
Suggested correction
- Change
descriptionto:
"description": "Draws a point, a coordinate in space at the dimension of one pixel. The first\n parameter is the horizontal value for the point, the second value is the\n vertical value for the point, and the optional third value is the depth\n value. Drawing this shape in 3D with the <b>z</b> parameter requires the P3D\n parameter in combination with <b>size()</b> as shown in the above example.\n <br/>\n <br/>\n Use <b>stroke()</b> to set the color of a <b>point()</b>. <br/>\n <br/>\n Point appears round with the default <b>strokeCap(ROUND)</b> and square with\n <b>strokeCap(PROJECT)</b>. Points are invisible with <b>strokeCap(SQUARE)</b>\n (no cap). <br/>\n <br/>\n Using point() with <b>strokeWeight(1)</b> or smaller may draw nothing to the screen,\n depending on the graphics settings of the computer. Workarounds include\n setting the pixel using <b>set()</s> or drawing the point using either\n <b>circle()</b> or <b>square()</b>.",
- Change
relatedto:
"related": ["stroke_", "strokeWeight_"],
Language
json
Screenshots or references
No response
Additional context
No response
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
参照されている説明と関連フィールドで content/references/translations/en/processing/point_.json を開きます。提案された文言と関連する参照エントリを近くの参照ファイルと比較してから、point_ の内容を更新します。レンダリングされたリファレンスで strokeWeight が正しく強調表示され、リンクされれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- json
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 60/100