# \#svg

**URL:** https://discourse.julialang.org/tag/svg/1137.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [SVG cells in Pluto](https://discourse.julialang.org/t/svg-cells-in-pluto/87524)

<div class="topic-metadata">

**Author:** [@forestacorn](https://discourse.julialang.org/u/forestacorn)\
**Replies:** 2\
**Last updated:** [August 18, 2025, 11:01am UTC](https://discourse.julialang.org/t/svg-cells-in-pluto/87524 "2025-08-18T11:01:04Z")

</div>

After a bit of experimental exploring I discovered partly by accident that you can have SVG cells in Pluto. Here is some example text for a Pluto cell to illustrate what I mean: html""" \<svg width="100" height="100"\> \<…

---

## [How to base64 encode a rasterized image for embedding it into SVG?](https://discourse.julialang.org/t/how-to-base64-encode-a-rasterized-image-for-embedding-it-into-svg/90848)

<div class="topic-metadata">

**Author:** [@fatteneder](https://discourse.julialang.org/u/fatteneder)\
**Replies:** 7\
**Last updated:** [November 26, 2022, 3:15pm UTC](https://discourse.julialang.org/t/how-to-base64-encode-a-rasterized-image-for-embedding-it-into-svg/90848 "2022-11-26T15:15:30Z")

</div>

Below I try to do this using just the Base64 module. MWE using Base64 using Downloads using FileIO path = Downloads.download("https://github.com/MakieOrg/Makie.jl/raw/master/assets/doge.png") img = load(path) # reduc…
