W3C/SVG having the order how a,b,c,d.... to be translated. Such as X,y to be
translate last . . .

. It Realy is the 'MESS' . There is a certain combination that you will get
you into the the bigger mess.

such as: Matrix1 having both skewX and translate then matrix2 also having
skewY and translate. and you prefer it to be done one after other.

The player don't know how to do it.

The eassy way to do is put one in a <g> wrap-around the other.



Cheers.

Phi
I

On 5/7/06, jookeda <[EMAIL PROTECTED]> wrote:
>
> By "+" you actually mean "*", as that is how matrices are combined to
> form the so-called "Current Transformation Matrix". Combining matrices
> is nothing more than just matrix-multiplication, defined as:
> [A*B]_{i,j} = <A.row(i), B.col(j)>
> (Where <,> denotes a dot product). In other words, the i,j-th entry of
> the product matrix is given by the dot product of the ith row of A and
> the jth column of B.
>
> I latexed the general case for you:
> http://www.jasonkarldavis.com/multiply.png
>
> --- In [email protected], "Richard Pearman" <[EMAIL PROTECTED]>
> wrote:
> >
> > Hi,
> >
> > I've got myself into a bit of a mess with clipPaths and use elements
> with
> > the result that I want to work out how to combine two transform
> matricies.
> >
> > matrix(a1,b1,c1,d1,e1,f1)+matrix(a2,b2,c2,d2,e2,f2) = ?
> >
> > I'm sure there's a formula for this and tried looking at the SVG
> spec but
> > couldn't figure it out from that.
> >
> > Richard Pearman       http://www.pixelpalaces.com/
> > The next stage in the evolution of web comics:
> > http://www.onlinecomics.net/pages/details/listing.php?comicID=4415
> >
>
>
>
>
>
>
>
> -----
> To unsubscribe send a message to:
> [EMAIL PROTECTED]
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
> membership"
> ----
> Yahoo! Groups Links
>
>
>
>
>
>
>


[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to