LLM SVG Generation Benchmark
A benchmark comparing 9 AI models on their ability to generate SVG images from creative text prompts like 'an octopus operating a pipe organ'.
A benchmark comparing 9 AI models on their ability to generate SVG images from creative text prompts like 'an octopus operating a pipe organ'.
A comprehensive guide to understanding and using SVG path elements, covering commands, syntax, and animations.
A beginner-friendly introduction to SVG, covering basic shapes, inline usage, and how to animate them with CSS and JavaScript.
A developer details the creative and technical process of redesigning a logo, from sketching to 3D modeling and printing.
A developer details the process of creating an animated SVG logo using stroke-dasharray and stroke-dashoffset techniques.
A tutorial on programmatically manipulating SVG graphics using C# and the Svg NuGet package, including loading, modifying, and rendering them.
A developer outlines her step-by-step process for creating and animating Scalable Vector Graphics (SVGs), from inspiration to final animation.
A technical introduction to SVG animation, covering SVG basics, XML structure, and animating elements with CSS and JavaScript.
A technical guide explaining SVG path structure and commands to isolate and animate individual elements in a vector graphic using JavaScript.
Explores a neural network model, sketch-rnn, that generates vector drawings by learning from human sketch sequences, mimicking abstract visual concepts.
Compares animated SVG and GIF formats, highlighting SVG's advantages in quality, scalability, and performance for vector-based graphics.
A developer's guide to optimizing SVG creation and export for web projects, focusing on cleaner code and better designer-developer workflows.
A guide explaining the differences between common image and vector file formats, their features, and best use cases for design and web.
Explains how to use SVG's <g>, <use>, <defs>, and <symbol> elements for grouping and reusing graphical components to create cleaner, more maintainable code.
A developer shares a public-domain SVG world map for visualizing country-specific data, created as a static alternative to matplotlib basemap.