Re: [Inkscape-devel] Miterlimit < 1 (was: [Inkscape-user] Display problems in Firefox and conversion problems in Acrobat)
Wolfgang wrote:
I've also exported that graphic as pdf but but Acrobat reader 7.0 crashes as well ( a number value is out of range).
This is a known issue that has been fixed in the Pdf exporter of Trunk (not sure about Stable), but I am still searching for an answer.. Isn't Inkscape wrong allowing users to specify miterlimits < 1?
Reading http://www.w3.org/TR/SVG11/painting.html#StrokeMiterlimitProperty "The limit on the ratio of the miter length to the 'stroke-width'. The value of <miterlimit> must be a number greater than or equal to 1. Any other value is an error (see Error processing)."
On 7/31/06, Ulf Erikson <ulferikson@...400...> wrote: http://www.w3.org/TR/SVG11/painting.html#StrokeMiterlimitProperty
"The limit on the ratio of the miter length to the 'stroke-width'. The value of <miterlimit> must be a number greater than or equal to 1. Any other value is an error (see Error processing)."
Looks like you're right, we need to fix this. I don't think however we can afford to just error out on this, instead we should silently increment <1 values to 1. Could you please file a bug on this?
participants (2)
-
bulia byak
-
Ulf Erikson