<% if (d.showXY) { %> <%-d.i18n("RulerAnnotationFrom")%>
 <%-d.i18n('InfoX')%> <%-d.fromX%> <%-d.i18n(d.unitsloc)%>
 <%-d.i18n('InfoY')%> <%-d.fromY%> <%-d.i18n(d.unitsloc)%>
<%-d.i18n("RulerAnnotationTo")%>
 <%-d.i18n('InfoX')%> <%-d.x%> <%-d.i18n(d.unitsloc)%>
 <%-d.i18n('InfoY')%> <%-d.y%> <%-d.i18n(d.unitsloc)%>

<% } %> <% if (d.showDA) { %> <%-d.i18n('InfoDist')%> <%-d.distance%> <%-d.i18n(d.unitsloc)%>
<%-d.i18n("InfoAngle")%> <%-d.angle%>°
<% } %> <% if (d.showWH) { %> <%-d.i18n('InfoWidth')%> <%-d.width%> <%-d.i18n(d.unitsloc)%>
<%-d.i18n('InfoHeight')%> <%-d.height%> <%-d.i18n(d.unitsloc)%>
<% } %>