| Summary: | Remove DynamicAnchorELetterSnippet. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> | ||||
| Component: | GEF FX | Assignee: | Alexander Nyßen <nyssen> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 0.2.0 | ||||||
| Target Milestone: | 4.0.0 (Neon) RC4 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Alexander Nyßen
Created attachment 262149 [details]
Screenshot showing the wrong vertex positions
I pushed the following changes to origin/master: - Ensure computeAnchorageReferencePointInLocal() does not throw an exception in case of a geometry different to shape or path, but simply returns null to indicate fallback to projection. - Updated javadoc of ChopBoxStrategy to properly reflect the currently implemented behavior. - Removed the DynamicAnchorELetterSnippet. As the logic of the ChopBoxStrategy has been very much simplified (it now falls back to the nearest projection in case the center is not contained in the anchorage reference geometry), no explicit example is required to explain its computation. We could think of building up a similar example but where the center is contained. - Removed it from the FX.Examples documentation as well as from the FX documentation. Resolving as fixed in 4.0.0 RC4. |