| Summary: | Thumbnail-ThumbnailUpdater No of tiles calculation should be done according to the source figure size | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Vijay Raj <vijay.rajonline> | ||||
| Component: | GEF-Legacy Draw2d | Assignee: | Alexander Nyßen <nyssen> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P3 | CC: | bokowski, nyssen, vijay.rajonline, vijay_g | ||||
| Version: | 3.4 | ||||||
| Target Milestone: | 4.0.0 / 3.11.0 (Neon) M2 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Vijay Raj
Any progress on this??? Created attachment 183605 [details]
Proposed patch based on my patch for 330856
Comment on attachment 183605 [details]
Proposed patch based on my patch for 330856
The patch seems to be a bit overcomplicated. If I do not miss anything, its only effect is to limit the number of tiles to be at most 16. Why does it still rely on the MAX_BUFFER_SIZE in this case?
Implemented that at most 16 tiles exist, having a min size of 256. Pushed changes to origin/master. Resolving as fixed in 3.11.0 M2. |