processing / processing/processing-website
Code 14-21 Vs Image and code in the exercise files
オープン
@REAS がすでに取り組んでいます。
2016年1月7日 から。
- 主要言語
- MDX
- スター
- 90
- フォーク
- 122
- 平均マージ
- 1時間 43分
- マージ済み PR(30日)
- 3
説明
MInor thing: the code on page 183, exercise 14-21 shows noStroke and fill while the image that illustrates the code and the code itself in the exercise files shows noFill and stroke:
background(0); noStroke(); fill(255, 48);
vs
background(0); noFill(); stroke(204);
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。