|
|
|
@@ -53,7 +53,7 @@ func Draw(c *canvas.Canvas, point Point, face *canvas.FontFace, debug bool) { |
|
|
|
c.RenderPath(path, style, m) |
|
|
|
|
|
|
|
text := canvas.NewTextLine(face, point.Name(), canvas.Bottom) |
|
|
|
c.RenderText(text, m.Translate(2, -4)) |
|
|
|
c.RenderText(text, m.Translate(2, -4).Rotate(-point.Position().RotationD())) |
|
|
|
|
|
|
|
if debug { |
|
|
|
yStyle := canvas.Style{ |
|
|
|
|