Mobile app version of vmapp.org
Login or Join
Murray664

: PDF text has strange mark at end of line of text I have artwork that has a strange mark at the end of each line of text. This artwork is originally an SVG that was converted to a PDF

@Murray664

Posted in: #CorelDraw #Fonts #Pdf #Svg

I have artwork that has a strange mark at the end of each line of text.

This artwork is originally an SVG that was converted to a PDF using cairosvg, then opened with CorelDraw and put into production.

The mark is not normally visible in the SVG, a PDF viewer, or CorelDraw. It is visible in wireframe mode, and is visible on the produced product. It occurs on all of my artowrk files and occurs with any font.

Below is an image of it in CorelDraw wireframe, and a text element svg.



<g transform="translate(181.2 140)">
<text font-family="Century Gothic" font-size="72" font-weight="bold" style="stroke: none; stroke-width: 1; stroke-dasharray: ; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: #000000 ; fill-rule: nonzero; opacity: 1;" transform="translate(-116.03 54)">
<tspan x="0" y="-36" fill="#000000">TAFARI</tspan>
</text>
</g>


What is causing this unwanted mark?

UPDATE:

I tested this extremely simple svg file and got the same result, so it seems the contents of the SVG makes no difference.

<svg height="30" width="200">
<text x="0" y="15" fill="red">I love SVG!</text>
</svg>


Update:

This mark is specific to CorelDraw. Does not appear in Illustrator or other programs. Saving the PDF in Illustrator as a PDF and then opening the PDF in CorelDraw causes the mark to disappear, but this is not practical for my process.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Murray664

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kevin459

I have found a solution. It is code intensive, but if anyone has this issue in the future and wants the details, I have a Stack Overflow question and answer on it here.
stackoverflow.com/a/36292623/3774582

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme