6 Jul
2006
6 Jul
'06
2:08 p.m.
Marco A. S. Netto wrote:
So if a simply create a new file and import the object computer/server_olivier_boyer_01.svg from openclipart, after I save this file, when I open my Acrobat 7.0.1 I receive the message "a number value is out of range".
Has anybody had this problem? I don't know if there is something special in the "server_oliver_boyer_01.svg" file.
The problem is the miter-limit which is set to 0. PDF requires a value
= 1 and Acrobat throws an error otherwise. Looking at the SVG spec I
think also SVG requires a value >= 1... http://www.w3.org/TR/SVG11/painting.html#StrokeMiterlimitProperty
A fix to avoid exporting miter-limits < 1 has been accepted http://sourceforge.net/tracker/index.php?func=detail&aid=1514638&gro...