Commit cbf311e2 authored by Tebjan Halm's avatar Tebjan Halm
Browse files

Merge pull request #11 from mwbowers/master

Revert "Embedded transformations"
Showing with 1 addition and 1 deletion
+1 -1
......@@ -198,7 +198,7 @@ namespace Svg
foreach (SvgTransform transformation in this.Transforms)
{
transformMatrix.Multiply(transformation.Matrix, MatrixOrder.Append);
transformMatrix.Multiply(transformation.Matrix);
}
renderer.Transform = transformMatrix;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment