DEV Community

Discussion on: Help With SVG In Python

 
elero profile image
Elero Obaitan

So there are 40 svg characters I need to get into the DB.

Do you think storing them as BLOBs in the DB is a good idea?

Please see the attached image to get an idea of the pdf output. (The duplication ensures there is a spare stencil)

Step 3
As you will see in the attached image, the characters are centered and the character spacing is supposed to be consistent. Also, the varying name lengths will create the need for conditional logic to decide when to use initials. I assume much of this will have to be achieved on an "svg canvas"?

Please let me know how you think I should proceed here.
Thanks.