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

Merge pull request #11 from mwbowers/master

Revert "Embedded transformations"
parents bb61effd 0f9bf2c0
...@@ -198,7 +198,7 @@ namespace Svg ...@@ -198,7 +198,7 @@ namespace Svg
foreach (SvgTransform transformation in this.Transforms) foreach (SvgTransform transformation in this.Transforms)
{ {
transformMatrix.Multiply(transformation.Matrix, MatrixOrder.Append); transformMatrix.Multiply(transformation.Matrix);
} }
renderer.Transform = transformMatrix; 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