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 nantesReceived on Tuesday, 16 January 2001 09:05:58 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 4 September 2006 18:11:12 GMT