This is not a bug, but probably a design flaw in the current nightly builds, that we're about to address. Pere thinkink's problem has the same source:
Transformations applied to groups or layers are currently not applied to their contents, they are stored in the #matrix property. This is similar to how Flash handles MovieClips.
Here is what I plan to address this issue:
- I'd like to add a new class called Clip that extends Group and exhibits this behavior.
- Group and Layer will change back to applying all transformations directly to their children.
This way we'll have the best of both worlds available, without it taking a toll on code readability.
Sounds good?
Jürg
> --
> You received this message because you are subscribed to the Google Groups "Paper.js" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
paperjs+u...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>