GiovineItalia / Compose.jl

Declarative vector graphics
http://giovineitalia.github.io/Compose.jl/latest/
Other
248 stars 83 forks source link

Revert "Use the html tag for text/html" #429

Closed fonsp closed 2 years ago

fonsp commented 2 years ago

This reverts commit 3dbc5a020dbdf300cb0b1c059acbe443676181f1.

The commit was originally motivated by https://github.com/fonsp/Pluto.jl/issues/546 but the issues mentioned here have been solved in Pluto by now.

Using inline HTML instead of a full <html> document has much better performance, see https://github.com/JuliaPlots/Plots.jl/pull/3559 for more info

cc @diegozea

fonsp commented 2 years ago

Never mind, there are still some issues with script-inside-svg 😬