pygae / galgebra

Symbolic Geometric Algebra/Calculus package for SymPy :crystal_ball:
https://galgebra.rtfd.io/
BSD 3-Clause "New" or "Revised" License
233 stars 62 forks source link

Use LaTeX to show the galgebra logo in the top left #410

Closed eric-wieser closed 4 years ago

eric-wieser commented 4 years ago

image

Albeit briefly at startup

image

utensil commented 4 years ago

How about making it a static svg generated from LaTeX and add it as an image with alt set to GAlgebra

utensil commented 4 years ago

I've been using https://viereck.ch/latex-to-svg/ for that

LaTeX to SVG
eric-wieser commented 4 years ago

Could do, but then you lose that nifty selection ability:

image

codecov[bot] commented 4 years ago

Codecov Report

Merging #410 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #410   +/-   ##
=======================================
  Coverage   77.69%   77.69%           
=======================================
  Files          16       16           
  Lines        4205     4205           
=======================================
  Hits         3267     3267           
  Misses        938      938           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8cb0849...855f726. Read the comment docs.

eric-wieser commented 4 years ago

transparent does the same as rgba. Want to go ahead with this, or not?