大家好,这是我在svg的代码
<svg xmlns="http://www.w3.org/2000/svg" height="800" version="1.1" viewBox="0 0 1200 800" width="1200">
<g stroke-width="200"
transform="matrix(1, 0, 0, -1, 0, 800)">
<g transform="translate(400,400) scale(0.0029) rotate(-0.0)">
<text fill="black"
font-family="monospace"
font-size="23120.0"
text-anchor="middle"
transform="scale(1,-1)"
x="-23920.0"
y="115625.0">D</text>
<rect fill="none"
height="28900.0"
stroke="blue"
stroke-width="100"
width="23920.0"
x="-35880.0"
y="-122850.0"/>
</g>
</g>
svg中的示例输出:
但是当我尝试使用蜡染将其转码并将其转换为pdf格式时,它看起来像这样: