Page MenuHomePhabricator

Annotations may overwrite PlanarFigures
Closed, ResolvedPublic

Description

All annotations of PlanarFigures are always located next to the first control-point of the figure.
If this control-point is on the left side of the figure, the annotation may be drawn onto the lines of the figure hiding them.

The simple solution is to draw the annotations next to the control-point that is located on the right side of the figure.

Thus, the annotations will never be drawn onto the lines.

Event Timeline

New remote branch pushed: bug-15047-annotations-overwrite-figures

This bug could not be fixed for release 2013-06. Setting target milestone to next release

New remote branch pushed: bug-15047-annotation-overwrites-figures-rebased

[874370]: Merge branch 'bug-15047-annotation-overwrites-figures-rebased'

Merged commits:

2013-04-29 16:30:39 Markus Engel [936f01]
using most right point as anchor for annotations

I have modified the PlanarFigureMapper to draw the annotations next to the control-point that is located furthest on the right side.

Thus the annotation will never overwrite the actual figure.