apike.ca

Transformations

By mbystedt on Feb 27, 2014, 7:48:06 PM

A vector graphics format relies on the implicit transformation of coordinates into the space defined by the dimensions of the canvas. The translate and scale transformations should feel familiar after you've made a few simple SVG graphics. Indeed, a translate just alters the x and y coordinates. The rotate, skew and even matrix transformations in this section are just extensions of this.

Topics
Related Topics