Skip to main content

Search

Items tagged with: svg


This fun little test scene is using #SVG textPath elements to make an arching caterpillar, some bees, and a trail of ants coming out of an anthill. Except all the bugs are made out of #braille that spells out the type of bug it's making up. Using the Braille36 Tiger font and using Unicode Braille Pattern characters for the braille itself to be visifle and embossable. It's really fun reading the braille in a non-standard way around the paper! #Blind #TactileGraphics #BlindSVG


New entry in my “uses” page:

usvg is an SVG compiler, and one of the most under-appreciated tools I use. It compiles complex SVGs into simpler path-based SVGs. Edge-case SVGs may render incorrectly in some renderers (e.g. librsvg), but compiling them with usvg tends to iron these edge-cases out and make them more compatible. usvg is part of the resvg project, which is the most conformant SVG renderer I know of (and much smaller than librsvg if you include dependencies!).

I’ve sent all the SVGs on seirdy.one through usvg, and rasterized many of the emotes on pleroma.envs.net with resvg.

(sorry for the delete-redraft; I posted the wrong link and the link preview didn’t update when I edited!)

#SVG

#svg


For those of you interested in learning how to teach #Blind and low-vision kids and adults #TactileDrawing techniques, #Coding basics, then building up to creating their own digital #SVG graphics for tactile output and beyond, the Tangible Art & Design Adventures curriculum is now live online! Come check out the TADA adventure and share it far and wide! tada.wssb.wa.gov/


I launched my new #SVG Projects page today, including my SVBraille text file which lets you create properly formed braille in your file without external fonts! I put copious notes in the comments and on the Project page on how to set it all up, but if you can make SVG groups and know how to set up the Use element and can do a tiny bit of math, you are good to go! :) blindsvg.com/pages/projects/
#svg


Speaking as someone who used to hand-whittle SVGs with a text editor: this is brilliant. #nerd #webdev #svg nan.fyi/svg-paths


I just launched a new site devoted to teaching how to create #TactileArt and #TactileGraphics using #SVG code. The focus is on #accessibility and opening up creativity to #blind and #low-vision folks who want to participate in building graphics, iterate on ideas, and use SVG for projects ready for embosser, swell-form, 3D print, and CriCut output. Come check it out! blindSVG.com


A big update to SuperTinyIcons
github.com/edent/SuperTinyIcon…

Loads of #SVG icons for popular services - each one UNDER 1,024 bytes. Yup, less than a kilobyte each.

Take a look!

#svg


It is kinda fun to ask #ChatGPT to draw things as an #SVG. The SVG structure is pretty good, but the actual images are pretty useless. Least right now. I imagine this will change substantially in 2023.

Interesting to be able to assemble simple icon libraries with this technology in 2023.


This is fantastic, love it! 😻

Draw SVG rope using JavaScript muffinman.io/blog/draw-svg-rop…

#svg #js #javascript


Would love thoughts on how to improve the #SVG social media icons here (aside from deleting the Twitter link) codepen.io/mgifford-the-typesc…

We really need to make it easier for people to control social media icons and style them to meet their site. This really should be easy, accessible and susainable.

#SustyWeb #a11y #SocialMedia


It looks like a lot of organizations are going to need to update their #SocialMedia icons, so I decided to put up a few which include #mastodon.

My goal is to produce #SVG images that respect dark mode, can be easily styled with CSS, and also allow either circle, square or no background.

I want to embed best practices of accessibility, and web sustainability in this.

So what can I do to improve these?

codepen.io/mgifford-the-typesc…

#a11y #SustyWeb #DarkMode


SVG images aren’t just images, they’re documents and it’s not safe to serve random people’s svg images on your website.

Here’s a tool that fixes it, and sanitizes #SVG #images to make them as innocent as a JPEG:
github.com/cloudflare/svg-hush

(In #Rustlang, of course)


And, finally (there’s so much more but I’ll stop raving now and get back to work), the web-related features, like a built-in accessibility and scripting panel and access to the SVG source, styling, etc.

If you’re creating illustrations for the web (or, heck, in general) and you’re not using this absolute gem of an app, you’re missing out :)

#svg #web #design #vector #illustration


And those little touches… notice how the curve that the selected Bézier control point is affecting is highlighted in purple. And you can simply pull along there to shape the curve instead of manipulating the control point handles.

Just beautiful.

#svg #foss #boxySVG #web #design #vector #illustration