If I run prince 5.1 rev 6 with the following input:
<svg width="400.000000000000" height="250.000000000000" xmlns="http://www.w3.org/2000/svg" version="1.1">
<path d="M200.000000000000 115.000000000000 L200.000000000000 43.57142857142857 A71.42857142857143 71.42857142857143 0 0 1 200.000000000000 186.42857142857144" />
</svg>
I get the following error:
prince: internal error: arc calculation error: sqrt negative.
However, the above SVG renders fine in firefox.
What's worse is that prince does not return a non-zero exit status when the error occurs, so I cannot detect the error in the calling application.
Ian.
<svg width="400.000000000000" height="250.000000000000" xmlns="http://www.w3.org/2000/svg" version="1.1">
<path d="M200.000000000000 115.000000000000 L200.000000000000 43.57142857142857 A71.42857142857143 71.42857142857143 0 0 1 200.000000000000 186.42857142857144" />
</svg>
I get the following error:
prince: internal error: arc calculation error: sqrt negative.
However, the above SVG renders fine in firefox.
What's worse is that prince does not return a non-zero exit status when the error occurs, so I cannot detect the error in the calling application.
Ian.