[svg-strokes] wrong value for radius of linejoin round

Hi all,

in chapter §3. Computing the shape of the stroke
near the end in section "The line join shape for a given segment of a 
subpath ..."
in list point 9.
you write
"If ‘stroke-linejoin’ is round, then return the union of bevel and a 
circular sector of radius ‘stroke-width’, centered on P, and which has 
P1 and P2 as the two endpoints of the arc."

I think, it should not be
  "radius ‘stroke-width’"
  but
  "radius `stroke-width´ / 2 "
or
  "diameter `stroke-width´"

Kind regards
Regina

Received on Thursday, 7 April 2016 11:05:10 UTC