ObjectProfile / Roassal2

Agile Visualization Engine for Pharo and VisualWorks
http://AgileVisualization.com
MIT License
26 stars 20 forks source link

Text is not centered for very small font size #33

Closed pavel-krivanek closed 1 year ago

pavel-krivanek commented 5 years ago

Issue by bergel Wednesday Jun 21, 2017 at 14:02 GMT Originally opened as https://github.com/moosetechnology/Moose/issues/1240


b := RTMondrian new.
b shape labeledBox
    borderColor: Color black;
    textHeight: 2.

b nodes: (1 to: 10).
b

screenshot 2017-06-21 10 00 08

Probably it is a problem of asIntegerPoint somewhere

akevalion commented 1 year ago

This has been fixed in roassal3 Please use roassal3 https://github.com/ObjectProfile/Roassal3 I will close this issue because cleaning process and roassal2 will be frozen