v1.0.3: Fix PDF footer overlap, arrow alignment, screenshot quality, arrowheads in export

This commit is contained in:
Pepe Ziberi
2026-02-21 16:28:32 +01:00
parent c11565aaf8
commit 25d3d553ff
5 changed files with 38 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ import { Document, Page, Text, View, StyleSheet, Font, Image } from '@react-pdf/
// Register default font (Helvetica is built-in)
const styles = StyleSheet.create({
page: {
padding: '12mm 15mm 15mm',
padding: '12mm 15mm 32mm',
fontFamily: 'Helvetica',
fontSize: 10,
lineHeight: 1.4,