SVG 1.2 Tiny Working Draft 3 Comments: Transform Stack Typo

My comment on 7.7.3 "Element Transform Stack" example was incorrectly fixed:

TS(g2) = TS(g) . I = scale(4)  (I is the identity matrix)

should be:

TS(g2) = TS(g) . I = scale(2)  (I is the identity matrix)

This was correctly responded to in the mailing list, but then
incorrectly fixed in the document.

Regards,
Jeff Schiller

Received on Tuesday, 20 December 2005 22:23:52 UTC