@@ -2496,7 +2496,7 @@ protected void curveVertexSegment(float x1, float y1, float z1,
2496
2496
* <br />
2497
2497
* Using point() with strokeWeight(1) or smaller may draw nothing to the screen,
2498
2498
* depending on the graphics settings of the computer. Workarounds include
2499
- * setting the pixel using <b>set()</s > or drawing the point using either
2499
+ * setting the pixel using <b>set()</b > or drawing the point using either
2500
2500
* <b>circle()</b> or <b>square()</b>.
2501
2501
*
2502
2502
* @webref shape:2d primitives
@@ -3559,8 +3559,8 @@ public float curvePoint(float a, float b, float c, float d, float t) {
3559
3559
3560
3560
/**
3561
3561
* Calculates the tangent of a point on a curve. There's a good definition
3562
- * of <em>< a href="http://en.wikipedia.org/wiki/Tangent"
3563
- * target="new">tangent</em> on Wikipedia</a>.
3562
+ * of <a href="http://en.wikipedia.org/wiki/Tangent"
3563
+ * target="new"><em> tangent</em> on Wikipedia</a>.
3564
3564
*
3565
3565
* <h3>Advanced</h3>
3566
3566
* Code thanks to Dave Bollinger (Bug #715)
@@ -6252,7 +6252,7 @@ public float modelZ(float x, float y, float z) {
6252
6252
* <br /><br />
6253
6253
* The style information controlled by the following functions are included
6254
6254
* in the style:
6255
- * <b>fill()<b>, <b>stroke()</b>, <b>tint()</b>, <b>strokeWeight()</b>, <b>strokeCap()</b>,<b>strokeJoin()</b>,
6255
+ * <b>fill()</ b>, <b>stroke()</b>, <b>tint()</b>, <b>strokeWeight()</b>, <b>strokeCap()</b>,<b>strokeJoin()</b>,
6256
6256
* <b>imageMode()</b>, <b>rectMode()</b>, <b>ellipseMode()</b>, <b>shapeMode()</b>, <b>colorMode()</b>,
6257
6257
* <b>textAlign()</b>, <b>textFont()</b>, <b>textMode()</b>, <b>textSize()</b>, <b>textLeading()</b>,
6258
6258
* <b>emissive()</b>, <b>specular()</b>, <b>shininess()</b>, <b>ambient()</b>
@@ -6439,7 +6439,7 @@ public PStyle getStyle(PStyle s) { // ignore
6439
6439
* <br />
6440
6440
* Using point() with strokeWeight(1) or smaller may draw nothing to the screen,
6441
6441
* depending on the graphics settings of the computer. Workarounds include
6442
- * setting the pixel using <b>set()</s > or drawing the point using either
6442
+ * setting the pixel using <b>set()</b > or drawing the point using either
6443
6443
* <b>circle()</b> or <b>square()</b>.
6444
6444
*
6445
6445
* @webref shape:attributes
0 commit comments