kisonecat / tikzjax

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

tikzpicture not centered #12

Open larzcaetano opened 3 years ago

larzcaetano commented 3 years ago

Apparently, the generated SVG comes inside a div element, which is a flexbox. I am not being able to center it. Is there a way?

xav-ie commented 2 years ago

Assuming you already tried this, but have you tried applying align-items:center; and justify-content:center; as rules to the div?