- From: Stephane Conversy <conversy@emn.fr>
 - Date: Tue, 06 Feb 2001 14:35:28 +0100
 - To: svg-testsuite-comments@w3.org, www-svg@w3.org
 
Hello.
I still don't get how to deal with absolute and relative values.
in coords-unitsProc-BE-04.svg, we have:
<g transform="translate(15, 45) scale(2)">
                        <!-- Draw marker using user space units -->
                        <circle cx="7.5" cy="7.5" r="2.5"
style="fill:black"/>
                        <!-- Draw CSS marker using px units -->
                        <circle cx="7.5px" cy="7.5px" r="1.5px"
style="fill:red"/>
                </g>
is cx (7.5px) in the red circle affected by the scale(2) transform in
the
parent group ?
thanks,
--
stephane conversy
ecole des mines de nantes
Received on Tuesday, 6 February 2001 08:35:38 UTC