Commit 0f9bf2c0 authored by Matt Bowers's avatar Matt Bowers
Browse files

Revert "Embedded transformations"

This reverts commit 8c10c2e6.
parent 5cd5cf2a
...@@ -170,7 +170,7 @@ namespace Svg ...@@ -170,7 +170,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