Platform
Resources
Pricing
Sign in
Get started
sungryeol park(max)
frontend + d3
Workspace
Fork
Published
util
By
sungryeol park(max)
Edited
Mar 25, 2020
1 star
Insert cell
md
`# svg text outline `
Insert cell
html
`
<svg height="30">
<rect fill="orange" width="${
width
}" height="30" />
<text class="text-outline" transform="translate(0,20)" style="font-family:sans-serif; font-size:18px;" fill="black">hello!</text>
</svg>
`
Insert cell
htmlOutline
=
html
`
<style>
.text-outline {
paint-order: stroke;
stroke: white;
stroke-width: 1px;
stroke-linecap: butt;
stroke-linejoin: miter;
}
</style>
`
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
htmlOutline
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML