We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f08302 commit 3d66afcCopy full SHA for 3d66afc
1 file changed
wcag-validation/src/main/java/org/verapdf/gf/model/factory/chunks/ChunkParser.java
@@ -834,10 +834,10 @@ private TextPieces parseTextShowArgument(COSBase argument) {
834
}
835
836
837
- if (StaticStorages.getIsAddSpacesBetweenTextPieces()) {
838
- double threshold = graphicsState.getTextState().getTextFontSize() * TextChunkUtils.TEXT_LINE_SPACE_RATIO;
839
- textPieces.addSpaces(threshold);
840
- }
+ }
+ if (StaticStorages.getIsAddSpacesBetweenTextPieces()) {
+ double threshold = graphicsState.getTextState().getTextFontSize() * TextChunkUtils.TEXT_LINE_SPACE_RATIO;
+ textPieces.addSpaces(threshold);
841
842
return textPieces;
843
0 commit comments