Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 452603

Summary: Background grid should scale with viewport scale
Product: [Tools] GEF Reporter: Markus Muehlbrandt <markus.muehlbrandt>
Component: GEF FXAssignee: gef-inbox <gef-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: matthias.wienand
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Markus Muehlbrandt CLA 2014-11-21 03:27:17 EST
The distance between grid points should adapt to scale factor but the grid point size should be retained.
Comment 1 Matthias Wienand CLA 2014-11-27 04:30:20 EST
You can specify via the GridModel if the distance between grid points should adapt to the scale factor or not (#setZoomGrid()). However, we are not confident about the grid points retaining their size when scaled. That's why I resolve this ticket as "WONTFIX". Maybe it will be added as another option to the GridModel.