Change text y-offset

This commit is contained in:
Jose De Freitas 2021-03-01 12:53:41 -05:00
parent 193655ec44
commit d1072a66c3

View File

@ -70,7 +70,7 @@ def img_channel(channel):
</style> </style>
<rect x="0.5" y="0.5" height="99%" width="51" fill="none"/> <rect x="0.5" y="0.5" height="99%" width="51" fill="none"/>
<g> <g>
<text x="5" y="17" fill="#00b4f0" class="text"> <text x="5" y="15" fill="#00b4f0" class="text">
{channels[channel]} {channels[channel]}
</text> </text>
</g> </g>