Search found 4 matches

by cmax
Mon Dec 24, 2012 10:39 pm
Forum: SVG / XML Code
Topic: How to combine translate() and rotate() into matrix()
Replies: 9
Views: 9557

Re: How to combine translate() and rotate() into matrix()

Hi Pander, my answer above was not correct. Due I'm new in SVG I have not noticed that the number of columns of the transformation matrix (3x3) is higher then the number of rows of the vectors / points (2x1) and the vector v = (x y)^T is replaced by (x y 1)^T in all calculations. By this a translati...
by cmax
Thu Dec 20, 2012 7:08 am
Forum: Help with using Inkscape
Topic: Multi-langue inkscape file
Replies: 1
Views: 622

Re: Multi-langue inkscape file

Hi Cedric,

you may have a look at the <switch> element and the "systemLanguage" attribute of <g>.

Regards

Max
by cmax
Tue Dec 18, 2012 6:11 am
Forum: SVG / XML Code
Topic: How to combine translate() and rotate() into matrix()
Replies: 9
Views: 9557

Re: How to combine translate() and rotate() into matrix()

edit: Please read my following post, because this answer is not correct.

Hi Pander,

a translation can't be expressed as a matrix (beside the zero translation).

If you multiply a matrix with a zero vector, you'll always get a zero vector. ==> no translation


Regards

max
by cmax
Tue Dec 18, 2012 5:25 am
Forum: Help with using Inkscape
Topic: saved as normal svg == deleted mouse events?
Replies: 2
Views: 1360

saved as normal svg == deleted mouse events?

Hi there, I've used Inkscape (0.48.2, Win7) to create some link buttons with onmouseover events. If I save the file as inkscape svg everything works fine. But saved as normal svg (to keep the finally published svg small and readable) the onmouseover/-out attributes in the link or group elements (<a>...

Go to advanced search