<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Svg on Rachid Youven Zeghlache</title><link>https://youvenz.github.io/tags/svg/</link><description>Recent content in Svg on Rachid Youven Zeghlache</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 01 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://youvenz.github.io/tags/svg/index.xml" rel="self" type="application/rss+xml"/><item><title>Inkscape Extensions Suite</title><link>https://youvenz.github.io/projects/inkscape-extensions/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://youvenz.github.io/projects/inkscape-extensions/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;A suite of &lt;strong&gt;8 open-source Inkscape extensions&lt;/strong&gt; designed for researchers and technical creators who want to stay inside their SVG workflow without switching to external tools.&lt;/p&gt;
&lt;p&gt;Each extension is independently installable and integrates natively into Inkscape&amp;rsquo;s Extensions menu.&lt;/p&gt;
&lt;h2 id="extensions"&gt;Extensions&lt;/h2&gt;
&lt;h3 id="diagram-generation"&gt;Diagram Generation&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/YouvenZ/svg_maker_ink"&gt;SVG Maker&lt;/a&gt;&lt;/strong&gt; — Generate SVG elements from natural language prompts using an LLM, directly inside Inkscape.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/YouvenZ/mermaid_ink"&gt;Mermaid Ink&lt;/a&gt;&lt;/strong&gt; — Render Mermaid.js diagrams (flowcharts, sequence diagrams, Gantt charts) as native SVG inside Inkscape.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/YouvenZ/D2_ink"&gt;D2 Ink&lt;/a&gt;&lt;/strong&gt; — Write and render D2 architecture diagrams and entity-relationship diagrams as editable SVG.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="ai-assisted-content"&gt;AI-Assisted Content&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/YouvenZ/textgen_ink"&gt;TextGen Ink&lt;/a&gt;&lt;/strong&gt; — Generate, rewrite, or refine text elements using an LLM — captions, labels, descriptions — without leaving Inkscape.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/YouvenZ/Imagegen_ink"&gt;ImageGen Ink&lt;/a&gt;&lt;/strong&gt; — Generate AI images (Stable Diffusion, DALL·E, Flux) from text prompts as embedded SVG elements.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="scientific--data-visualisation"&gt;Scientific &amp;amp; Data Visualisation&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/YouvenZ/plt_ink"&gt;Plt Ink&lt;/a&gt;&lt;/strong&gt; — Write Python Matplotlib code and render publication-quality figures as native SVG directly inside Inkscape.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/YouvenZ/poster_utils_ink"&gt;Poster Utils Ink&lt;/a&gt;&lt;/strong&gt; — Auto-generate formatted title blocks, author lists, and institution panels for academic conference posters.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="academic-reference"&gt;Academic Reference&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/YouvenZ/Loadrefs_Ink"&gt;LoadRefs Ink&lt;/a&gt;&lt;/strong&gt; — Import bibliography files (.bib, .ris, .json, .enw) and place formatted citations as editable SVG text inside Inkscape.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="installation"&gt;Installation&lt;/h2&gt;
&lt;p&gt;Each extension follows the standard Inkscape extension installation process:&lt;/p&gt;</description></item><item><title>SVG Maker — AI SVG Generator for Inkscape</title><link>https://youvenz.github.io/projects/inkscape-svg-maker/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://youvenz.github.io/projects/inkscape-svg-maker/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;SVG Maker&lt;/strong&gt; is an Inkscape extension that lets you describe any diagram, icon, or figure in plain English and have an LLM generate the corresponding SVG code, which is then inserted directly into your Inkscape canvas.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Natural language → SVG generation powered by GPT-4, Claude, or any OpenAI-compatible API&lt;/li&gt;
&lt;li&gt;Iterative refinement: describe changes to the selected SVG element to modify it&lt;/li&gt;
&lt;li&gt;Preview before insertion&lt;/li&gt;
&lt;li&gt;Works with any Inkscape 1.x installation&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="installation"&gt;Installation&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;git clone https://github.com/YouvenZ/svg_maker_ink
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# Copy to your Inkscape extensions folder&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# Linux: ~/.config/inkscape/extensions/&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# Windows: %APPDATA%\inkscape\extensions\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Inkscape 1.x&lt;/li&gt;
&lt;li&gt;Python 3.8+&lt;/li&gt;
&lt;li&gt;OpenAI / Anthropic API key (set in extension preferences)&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>