The horizontal alignment style does not work correctly.

0 votes
asked Jun 20, 2022 in Question / help by Astonfe

In the following mind map example, the horizontal alignment style does not work correctly.

@startmindmap
<style>
s1 {
    horizontalalignment center
}
</style>

+ Qwerty
++ Ytrewq\npoiuytrewq<<s1>>
+++ Mnbvcx

@endmindmap

commented Jun 20, 2022 by Astonfe
Thanks, the 2022.1 version is the last working.
commented Jun 23, 2022 by Astonfe
Sorry, but the 2022.6 version does not work.

1 Answer

0 votes
answered Apr 16, 2023 by The-Lu (64,340 points)

Hi A., and all,

Change just the def. of your private style, as:

@startmindmap
<style>
.s1 {
    horizontalalignment center
}
</style>

+ Qwerty
++ Ytrewq\npoiuytrewq<<s1>>
+++ Mnbvcx

@endmindmap

Enjoy,
Regards.

...