Re: radius in pixels, I don't get it...

in fact, for the last circle (the green one), the test file reads:

<!-- Draw marker using percentages. This should yield a value of 3.536
-->
<!-- in user space. 10px = 2.222% of 450px
-->
 <circle cx="20" cy="0" r="2.222%" style="fill:green" />

shouldn't it be 10px of hypot(450,450) instead of the width (450) ?
ie instead of 10/450, we should have 10/hypot(450,450) = 10/636 = 1,572%




--
stephane conversy
ecole des mines de nantes

Received on Tuesday, 16 January 2001 09:05:58 UTC