Canvas Text Tool

I would also love to have the text aligned centre by default. Here is a simple CSS snippet for those who are interested.

center-text-canvas.css:

.canvas-node{
  text-align: center
}

5 Likes