Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request fixes a border related bug when using an array of values (table-like)
PT_BR:
Vou explicar em português. Estou gerando um arquivo em PDF, passando os dados a serem preenchidos no arquivo através de um objeto (atributo _current_object). Nesse objeto tem um atributo que é uma lista de dados. Os campos dessa lista possuem bordas, porém na renderização, apenas a última linha de dados é renderizada com bordas.
Não tenho muito conhecimento sobre o geraldo, pois essa geração de PDF foi implementada por outra pessoa (Aristides Caldeira) no projeto PySPED para a geração de DANFE. Apenas fiz algumas alterações nessa implementação do Ari para fazer funcionar na versão atual do geraldo. Minhas alterações estão no seguinte projeto: https://github.com/proge/PySPED-NFe
Acho que quando tu olhar a alteração que fiz, pode entender o que pode estar acontecendo e pensar numa solução boa.