kisonecat / tikzjax

TikZJax is TikZ running under WebAssembly in the browser
LaTeX Project Public License v1.3c
443 stars 39 forks source link

Node Label Centering #5

Open nixpulvis opened 4 years ago

nixpulvis commented 4 years ago

Currently it seems that node labels aren't being centered correctly.

\begin{tikzpicture}
  \node[draw,circle] {A};
\end{tikzpicture}

Produces the following figure: DeepinScreenshot_select-area_20191202202922

pieffebi commented 3 years ago

I am experiencing a similar issue, but only when the page is opened in Safari [version 13.1.2 (13609.3.5.1.5), up to date]. This is the default output of the live demo

image

The output looks fine in all the other browsers I tried

PS by the way thanks a lot for the awesome job.