Live data from Hacker News

A UI editor for single-element CSS illustrations

zerodivs.com

11–20 of 28 posts

Re: A UI editor for single-element CSS illustrations

#12
post #7

Nice interface. It feels like I'm using Illustrator. I suppose the intended use case might be very stylized HTML elements? Like designing a really fancy button? In situations where your intent is to display a stand alone image, rather than add style to an element, am I right in thinking SVG is the better choice? I see HN posts where people create whole paintings out of CSS and HTML, and I always thought the point was…

In my experience, CSS is more consistently supported between rendering engines. SVG is a shitshow once you start adding filters.

I had no idea that SVG even supported filters!

https://yoksel.github.io/svg-filters

Re: A UI editor for single-element CSS illustrations

#15

Doesn’t work on iPad OS

It just doesn't work in Safari.

I was wondering about this. I clicked around for several minutes...

I wish people would test their sites in more than just Chromium! Checking that it works in at least one second browser dramatically improves the portability of your site in general.

Re: A UI editor for single-element CSS illustrations

#16
Nice! If the author is reading this, the color picker appears to have some bug. Added a circle, then chose a color using the top color picker, and nothing happened. Then chose the same color with the right hand side color picker, and now both top and side picker display same color, and the circle color changed.

Re: A UI editor for single-element CSS illustrations

#19

The resize functionality doesn't work very well on macOS + Firefox. Once I place an element, I can't easily make changes to it, for some reason (possibly due to adblock?)

It's not adblock. Resize is very weird and janky on my un-blocked firefox.

Repro on Chrome 83 for Windows.

Re: A UI editor for single-element CSS illustrations

#20

Earlier quoted context omitted.

It just doesn't work in Safari.

I was wondering about this. I clicked around for several minutes... I wish people would test their sites in more than just Chromium! Checking that it works in at least one second browser dramatically improves the portability of your site in general.

Safari lacks quite some web specs, so it may just work fine in the rest of browsers.
Post reply on HN