[vwnc] Patch scarab

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] Patch scarab

Annick Fron-3


Objet : Patch scarab
SVG.SVGCairoVisitor 
visitTransformMatrix: anElement
            | matrix svgMatrix |
            matrix := Matrix new.
            svgMatrix := anElement matrix.
            "matrix
                        xx: svgMatrix a ;
                        yy: svgMatrix d ;
                        xy: svgMatrix b ;
                        yx: svgMatrix c ;
                        x0: svgMatrix e;
                        y0: svgMatrix f."
            matrix
                        xx: svgMatrix a ;
                        yy: svgMatrix d ;
                        xy: svgMatrix c ;
                        yx: svgMatrix b ;
                        x0: svgMatrix e;
                        y0: svgMatrix f.
            cairoContext transform: matrix

=================

Annick Fron - 04 93 22 88 18

AFC Europe

B.P. 111

977 avenue du Docteur Julien Lefebvre

06271 Villeneuve-Loubet Cedex France

http://www.afceurope.com

Livre "Architectures Reparties en Java" paru le 3/10/07

http://www.dunod.com/pages/ouvrages/ficheouvrage.asp?id=51141




_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc