SVGQuartzRenderer icon indicating copy to clipboard operation
SVGQuartzRenderer copied to clipboard

Possible bug in applyTransformations

Open mindSpiker opened this issue 13 years ago • 0 comments

In SVGQuartzRenderer.m/applyTransformations function under AFFINE if statement there are the following lines:

a = 1; b /= d; c /= a; d = 1;

Don't know (or want to know) what is really going on in this function but it looks like variable "c" will remain unchanged no matter what. Is this a bug?

mindSpiker avatar Feb 04 '12 00:02 mindSpiker