User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
Admin
Wyvern-shaped software developer and hobby vector artist. Also sometimes a fluffy werewolf alien creature (Areon) or a bird (Corveon).

Creator of the neofoxes, neocats and other emojis.
wvrnBox
Website
https://volpeon.ink/
Speaking German, English
Age 30s
Pronouns he / him
Backup Account @volpeon@goto.wyvern.rip
Bonus Content @areon@icy.wyvern.rip
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
Remember how I overhauled my design system just a few months ago? I'm doing it again because my variable management didn't play well with Astro (when trying take advantage of separate bundles, that is)
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
@cato Happy birthday wvrnBox
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
@xarvos Yes, I'm eepy because I didn't sleep a lot wvrnFlat
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
Super ultra deluxe eepy wvrnFlat
(Went to bed very late due to a company event)
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
Basically, I was worried about how to place the intro text so it never overlaps with the image at any viewport size. Now I let the browser place it automatically.
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
I have calmed down because now the website works exactly like I envisioned. wvrnBox
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
@hj You can replicate the misbehavior with a <div> element. The outside-shape is only scaled up on <img> elements.
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
@anthropy Yeah, the old times were certainly more scary. I remember when flex and even box-shadow wasn't around. Oh boy wvrnFlat
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
I did it by placing an invisible img that magically does not misbehave in Chrome. Eat shit
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
This is an empty <img> with the same styles applied where the mask scales.

"Most popular browser worldwide" my ass
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
I'm angry because I've been trying to fix this for an hour
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
Like, come the FUCK on, Chrome
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
If you want to relive the past with browsers all having their own quirks that you need to fix with weird hacks, just use shape-outside on an <svg> element
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
The spec for shape-outside says images will be scaled up. Chrome just doesn't feel like doing it.
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
Use shape-outside with <svg>
Works perfectly in Firefox
Chrome fucks it up
Use browser's viewport tester
Firefox lets me scroll when it's too tall for the browser window
Chrome doesn't. I just won't see what's going on at the bottom half.
Chrome does not deserve to be number 1
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
@ziphi wvrnBox
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
I have grand plans for my website related to my ref sheet. drgn_think_cool
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
@SteffoSpieler You can apply masks to layers so only part of it is visible. If I have a masked layer with overlapping objects inside, then along the edge of the mask you can see the colors of objects under other objects as anti-aliasing artefacts. This mustn't happen.
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
1y
How can browsers be the best at implementing the SVG spec (compared to other image viewers) and then fuck up ANTI-ALIASING MASKS??????