We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d55c3a commit d3f72c3Copy full SHA for d3f72c3
pdfbox/src/main/java/org/apache/pdfbox/util/Matrix.java
@@ -381,8 +381,8 @@ public Vector transform(Vector vector)
381
* 0 y 0
382
* 0 0 1
383
*
384
- * @param x The xscale operator.
385
- * @param y The yscale operator.
+ * @param x The x-scale operator.
+ * @param y The y-scale operator.
386
* @return A new matrix with just the x/y scaling
387
*/
388
public static Matrix getScaleInstance(float x, float y)
@@ -518,7 +518,7 @@ public float getShearY()
518
/**
519
* Returns the x-shear element of this matrix.
520
521
- * @return the x-sheard element of the matrix
+ * @return the x-shear element of the matrix
522
523
public float getShearX()
524
{
0 commit comments