Add IPng logo and address

This commit is contained in:
2026-03-11 19:11:16 +01:00
parent cafa0182eb
commit 132abcfd2d
5 changed files with 80 additions and 14 deletions

View File

@@ -318,8 +318,8 @@ func (b *Bill) EncodeToSVG() ([]byte, error) {
return nil, err
}
// overlay the swiss cross
cross := swisscross["swisscross.svg"]
// overlay the IPng Logo
cross := ipng["logo.svg"]
// Remove XML document header, we embed the <svg> element:
cross = bytes.ReplaceAll(cross, []byte(`<?xml version="1.0" encoding="utf-8"?>`), nil)
// Overwrite position and size of the embedded <svg> element: