wkhtmltopdf distorts svg text -
using uploaded true type fonts, there select few fonts using o, specifically, distorted when converted via wkhtmltopdf page created.
font appears correctly on various browsers
and outputs, repeatably follows
fonts in svg on page
<svg version="1.1" style="overflow: visible"> <text x="0" y="0" font-family="fjs800711, cursive" font-size="63.75969357912413" fill="rgba(255, 255, 255, 255)" text-anchor="start"> <tspan x="113.0956716164456" y="54.590501707579385">o</tspan> <tspan x="168.41841355497274" y="54.590501707579385">.</tspan> <tspan x="183.67341836638428" y="54.590501707579385">o</tspan> <tspan x="113.0956716164456" y="54.590501707579385" left_offset="1" true_width="110.80865676710881" style="display:none" class="full_line">o.o</tspan> </text> </svg>
wkhtmltopdf version: 0.12.2-dev (with patched qt)
any direction appreciated.
Comments
Post a Comment