Skip to content

Commit

Permalink
Chrome point fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed Jul 21, 2016
1 parent 2416d2f commit 67ae9bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framer/Utils.coffee
Expand Up @@ -1004,6 +1004,7 @@ Utils.convertPointFromContext = (point = {}, layer, rootContext=false, includeLa
ancestors.push(layer) if includeLayer ancestors.push(layer) if includeLayer


for ancestor in ancestors for ancestor in ancestors
continue unless ancestor.matrix3d
point = ancestor.matrix3d.inverse().point(point) point = ancestor.matrix3d.inverse().point(point)


return point return point
Expand Down

0 comments on commit 67ae9bd

Please sign in to comment.