mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#svg

16 Beiträge13 Beteiligte0 Beiträge heute

Ok svg or other vector art experts, I've got a question for y'all

I've got a pattern generated from a bunch of overlapping path objects (see link for example)

I want to split it into each of the visually component polygons so that I can feed them into a cutting machine at a scale where it doesn't fit on a single sheet. see example in the picture but I want all of the sub polygons if I can

parsecsreach.org/circle_shapes

🆕 blog! “An annoying SVG animation bug in Chrome”

Writing web standards is hard. You have to write a formal specification which is useful for machines, humans, and web developers.

I recently stumbled across what I think is a little bug which might be caused by a misreading of the SVG Animation specification. Here you should see two overlapping circles gradually…

👀 Read more: shkspr.mobi/blog/2025/06/an-an

#bug #chrome #chromium #svg

Logo for the Chromium browser.
Terence Eden’s Blog · An annoying SVG animation bug in Chrome
Mehr von Terence Eden
Fortgeführter Thread

OK, turns out the issue is the *trailing* semicolon.

Am I being thick here? The spec says:

> If the last semicolon separator is followed by either just white space or no more characters, ignore both the separator and the trailing white space.

The formal definition is

`<number> [; <number>]* ;?`

Which, to me, says the trailing semicolon is optional. Right?

Should I raise this as a bug with Chrome - or am I being thick?

I have a new article out frontendmasters.com/blog/grain

It's about a better technique to create grainy gradients, without the big problem that layering a noise layer brings: altering the original gradient palette (to a greater or lesser extent, depending on the approach used).

frontendmasters.comGrainy Gradients – Frontend Masters BlogThis is about reducing banding effects in gradients by introducing noise. A nice approach is a displacement map using SVG filters.
#CSS#SVG#filter