[GRASS-dev] [GRASS GIS] #3021: Scale bar text is mostly hidden when text position left is used

#3021: Scale bar text is mostly hidden when text position left is used
---------------------------------------+-------------------------
Reporter: wenzeslaus | Owner: grass-dev@…
     Type: defect | Status: new
Priority: trivial | Milestone: 7.3.0
Component: Display | Version: unspecified
Keywords: d.barscale, text_position | CPU: Unspecified
Platform: Unspecified |
---------------------------------------+-------------------------
''d.barscale'' hides the text (number and units) when
`text_possition=left` is used. The text is not visible with
`style=classic` and `style=line` but small part of last letter is visible
depending on the `fontsize`.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3021&gt;
GRASS GIS <https://grass.osgeo.org>

#3021: Scale bar text is mostly hidden when text position left is used
--------------------------+---------------------------------------
  Reporter: wenzeslaus | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: trivial | Milestone: 7.4.0
Component: Display | Version: unspecified
Resolution: | Keywords: d.barscale, text_position
       CPU: Unspecified | Platform: Unspecified
--------------------------+---------------------------------------

Comment (by wenzeslaus):

Workaround - add large enough x to `at`:

{{{
d.barscale at=10.0,10.0 text_position=left
}}}

This will shift the scale bar left with `d.mon cairo` and in GUI it will
show the text (move scale bar manually afterwards).

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3021#comment:2&gt;
GRASS GIS <https://grass.osgeo.org>