1
2
 
 

Trying to figure out how to best add text to an SVG, I thought maybe it doesn't show up because it's black-on-black, so I gave it stroke="white" before realizing I need to zoom out. Well, and stroke means the outline in SVG, so on the white background, it just makes the font look really thin.

This is the whole code:

<svg viewBox="0 -5 40 10" xmlns="http://www.w3.org/2000/svg">
  <text stroke="white">hello</text>
  <circle id="myCircle" cx="5" cy="5" r="4" />
  <use href="#myCircle" x="10" fill="blue" />
  <use href="#myCircle" x="20" fill="white" stroke="red" />
</svg>

And most of that is just this MDN example: https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/use#example

It does use my default font, which is Fira Sans. Will look different on other systems.

Screenshot of what looks like abstract art. The word "hello" is in thin, almost calligraphic letters at the top. Below it are three circles, spread out horizontally, in the colors black, blue and then red with white fill.
3
English ↔ Claudish Translator (programasweights.com)
submitted 1 month ago by to c/programmerhumor@lemmy.ml
4
Felony Bench: Be AI, Do Crime (www.felonybench.com)
submitted 1 month ago by to c/programmerhumor@lemmy.ml
5
6
BCP 177 aka RFC 6540 (thelemmy.club)
submitted 1 month ago by to c/programmerhumor@lemmy.ml
 
 

Alt text: Image macro: The world if the IESG had the same authority as the ISO. The background shows a futuristic landscape featuring green gras, glass towers, and flying cars and buses.

7
8
Real (thelemmy.club)
submitted 1 month ago by to c/programmerhumor@lemmy.ml
 
 
9
Forth (thelemmy.club)
submitted 1 month ago by to c/programmerhumor@lemmy.ml
10
 
 
11
12
Thank you IntelliJ (thelemmy.club)
submitted 1 month ago by to c/programmerhumor@lemmy.ml
 
 

I was just editing my Dockerfile and suddenly IntelliJ showed me the message "No" without any context.

13
Welp (thelemmy.club)
14
 
 
15
16
17
AI Worming through Word (enklypesalt.com)
submitted 1 month ago by to c/programmerhumor@lemmy.ml
18
19
20
98.css (jdan.github.io)
submitted 2 months ago by to c/programmerhumor@lemmy.ml
21
 
 

Hey Boss, look here!

I made a magical X-ray app that displays our code as wiring.

Here is the shiny, neat program that Bob wrote 15 years ago, right before he left us:

And here is what it is today, after Tom took it from Bob, and Jane from Tom, and Mick from Jane, and me from him, porting it to roughly four new platforms, and adding about 240 features from customer requests (150 of which were urgent):

22
23
 
 
24
Super Dario: One More Week (superdario.pawb.de)
submitted 2 months ago by to c/programmerhumor@lemmy.ml
25
 
 
view more: next ›