| Summary: | RoundedRectangle.toPath() is not correct in case arcWith exceeds width or arcHeight exceeds height. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF Geometry | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | matthias.wienand |
| Version: | 0.2.0 | ||
| Target Milestone: | 4.0.0 / 3.11.0 (Neon) M4 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
In fact, the interpretation of arc width and height within javafx.scene.shape.Rectangle seems to be quite different from our interpretation within RoundedRectangle. Maybe we should 'align' this (also for containment, etc.). I changed the implementation accordingly and adjusted the Geometry <-> AWT conversion, as well as the related tests. The code is published on the master branch, therefore, I resolve this ticket as fixed for 3.11.0M4. |