- From: Dirk Schulze <dschulze@adobe.com>
- Date: Wed, 11 Jun 2014 09:19:19 +0000
- To: Rik Cabanier <cabanier@gmail.com>
- CC: "public-fx@w3.org" <public-fx@w3.org>
On Jun 11, 2014, at 5:35 AM, Rik Cabanier <cabanier@gmail.com> wrote: > we agreed upon: > - removing MaybeHasTransform > - keeping isIdentity > - replacing 'By' with ‘Self' I changed the spec and renamed all *By() methods to *Self(). > > Still TBD: > - change is2D and isIdentity to read only attributes. > - should the in-place operators return the object? > - should 'invert' be 'invertSelf’? I renamed invert() to invertSelf(). It just makes sense to follow the pattern of the other mutable methods. Greetings, Dirk
Received on Wednesday, 11 June 2014 09:19:51 UTC