@@ -11280,7 +11280,7 @@ public void curveVertex(float x, float y, float z) {
11280
11280
* <br />
11281
11281
* Using point() with strokeWeight(1) or smaller may draw nothing to the screen,
11282
11282
* depending on the graphics settings of the computer. Workarounds include
11283
- * setting the pixel using <b>set()</s > or drawing the point using either
11283
+ * setting the pixel using <b>set()</b > or drawing the point using either
11284
11284
* <b>circle()</b> or <b>square()</b>.
11285
11285
*
11286
11286
* @webref shape:2d primitives
@@ -11921,8 +11921,8 @@ public float curvePoint(float a, float b, float c, float d, float t) {
11921
11921
11922
11922
/**
11923
11923
* Calculates the tangent of a point on a curve. There's a good definition
11924
- * of <em>< a href="http://en.wikipedia.org/wiki/Tangent"
11925
- * target="new">tangent</em> on Wikipedia</a>.
11924
+ * of <a href="http://en.wikipedia.org/wiki/Tangent"
11925
+ * target="new"><em> tangent</em> on Wikipedia</a>.
11926
11926
*
11927
11927
* <h3>Advanced</h3>
11928
11928
* Code thanks to Dave Bollinger (Bug #715)
@@ -13598,7 +13598,7 @@ public float modelZ(float x, float y, float z) {
13598
13598
* <br /><br />
13599
13599
* The style information controlled by the following functions are included
13600
13600
* in the style:
13601
- * <b>fill()<b>, <b>stroke()</b>, <b>tint()</b>, <b>strokeWeight()</b>, <b>strokeCap()</b>,<b>strokeJoin()</b>,
13601
+ * <b>fill()</ b>, <b>stroke()</b>, <b>tint()</b>, <b>strokeWeight()</b>, <b>strokeCap()</b>,<b>strokeJoin()</b>,
13602
13602
* <b>imageMode()</b>, <b>rectMode()</b>, <b>ellipseMode()</b>, <b>shapeMode()</b>, <b>colorMode()</b>,
13603
13603
* <b>textAlign()</b>, <b>textFont()</b>, <b>textMode()</b>, <b>textSize()</b>, <b>textLeading()</b>,
13604
13604
* <b>emissive()</b>, <b>specular()</b>, <b>shininess()</b>, <b>ambient()</b>
@@ -13644,7 +13644,7 @@ public void style(PStyle s) {
13644
13644
* <br />
13645
13645
* Using point() with strokeWeight(1) or smaller may draw nothing to the screen,
13646
13646
* depending on the graphics settings of the computer. Workarounds include
13647
- * setting the pixel using <b>set()</s > or drawing the point using either
13647
+ * setting the pixel using <b>set()</b > or drawing the point using either
13648
13648
* <b>circle()</b> or <b>square()</b>.
13649
13649
*
13650
13650
* @webref shape:attributes
0 commit comments