Handle SVG attributes in correct sequence.

Closes .
This commit is contained in:
Jürg Lehni 2015-06-16 15:54:29 +02:00
parent 7a6ee5d5f4
commit ecfa09e676
2 changed files with 6 additions and 4 deletions
src/project

View file

@ -674,8 +674,7 @@ var Project = PaperScopeItem.extend(/** @lends Project# */{
this._updateVersion++;
ctx.save();
matrix.applyToContext(ctx);
// Use new Base() so we can use param.extend() to easily override
// values
// Use new Base() so we can use param.extend() to easily override values
var param = new Base({
offset: new Point(0, 0),
pixelRatio: pixelRatio,