s1seven / schema-tools

Tools to create, validate and render certificates using Material Identity JSON schemas
https://materialidentity.org/
Apache License 2.0
1 stars 1 forks source link

fix: empty space in en10168 pdf #158

Closed eamon0989 closed 2 years ago

eamon0989 commented 2 years ago

Description

What keywords did you search in schema-tools issues before filing this one ?

space

Is this a BUG REPORT or FEATURE REQUEST ?

BUG REPORT

Environment :

local

What you expected to happen :

I expect the pdf to render without extra unnecessary spaces.

How to reproduce it :

Render valid_cert.json in the en10168/fixtures/v0.3.0 directory.

image

eamon0989 commented 2 years ago

Further testing:

When Supplementary information is included, there is no space: image

When Supplementary information is missing, there is a space left behind: image

This is presumably an empty row that should be removed.