rwadurian/backend/services/planting-service/src
hailin 083c0fd540 fix(planting): draw signature directly on page instead of using form field
The PDF signature field is only 92x51 points, which causes signatures to
appear too small or invisible. Changed to use drawImage() directly on
the page at the field's position with a larger size (150x80 max).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 23:28:18 -08:00
..
api feat(contract-signing): 增强签名功能 2025-12-26 06:42:15 -08:00
application fix(planting-service): 签名后查看合同返回已签名的PDF 2025-12-26 05:48:22 -08:00
config refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
domain feat(contract-signing): 增强签名功能 2025-12-26 06:42:15 -08:00
infrastructure fix(planting): draw signature directly on page instead of using form field 2026-01-03 23:28:18 -08:00
shared refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
app.module.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
main.ts feat(contract): 增强合同生成功能 2025-12-25 05:35:40 -08:00