Bug 506272 - Use JavaFX Transform instead of Affine and AffineTransform.
Summary: Use JavaFX Transform instead of Affine and AffineTransform.
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF MVC (show other bugs)
Version: 1.0.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-20 06:54 EDT by Matthias Wienand CLA
Modified: 2016-10-20 06:54 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Wienand CLA 2016-10-20 06:54:35 EDT
As JavaFX 8 introduces new methods for transformation computations (e.g. concatenation, inverse, equality), we should use JavaFX Transform in place of JavaFX Affine and GEF AffineTransform where possible.