Skip to content

Commit 6aff0b4

Browse files
ars18wrwiText-CI
authored andcommitted
Fix some more SQ related issues
DEVSIX-5011 Autoported commit. Original commit hash: [237d7bcaa]
1 parent d8cb9c7 commit 6aff0b4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

itext/itext.kernel/itext/kernel/pdf/colorspace/PdfPattern.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ public virtual float GetXStep() {
387387
}
388388

389389
/// <summary>Sets the desired horizontal space between pattern cells.</summary>
390+
/// <param name="xStep">the desired horizontal space between pattern cells</param>
390391
public virtual void SetXStep(float xStep) {
391392
GetPdfObject().Put(PdfName.XStep, new PdfNumber(xStep));
392393
SetModified();
@@ -398,7 +399,8 @@ public virtual float GetYStep() {
398399
return GetPdfObject().GetAsNumber(PdfName.YStep).FloatValue();
399400
}
400401

401-
/// <summary>Sets the desired vertical space between pattern cells</summary>
402+
/// <summary>Sets the desired vertical space between pattern cells.</summary>
403+
/// <param name="yStep">the desired vertical space between pattern cells</param>
402404
public virtual void SetYStep(float yStep) {
403405
GetPdfObject().Put(PdfName.YStep, new PdfNumber(yStep));
404406
SetModified();

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7fc8a9489959dbcc31cadfb1eff1c918bad2c2eb
1+
237d7bcaa94d6ae193a44f0f3ce3b10e9625de6d

0 commit comments

Comments
 (0)