<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Fathy Boundjadj</title>
        <link>https://fathy.fr</link>
        <description>Fathy Boundjadj's personnal blog</description>
        <lastBuildDate>Mon, 06 Feb 2023 15:17:19 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/fathyb/fathy.fr/blob/main/src/generator.tsx</generator>
        <copyright>All rights reserved 2022, Fathy Boundjadj</copyright>
        <item>
            <title><![CDATA[Forking Chrome to render in a terminal]]></title>
            <link>https://fathy.fr/carbonyl</link>
            <guid>https://fathy.fr/carbonyl</guid>
            <pubDate>Fri, 27 Jan 2023 15:00:00 GMT</pubDate>
            <description><![CDATA[<p>I wrote about <a href="../html2svg/index.mdx">forking Chrome to turn HTML to SVG</a> two months ago, today we&#x27;re going to do something similar by making it render into a terminal.</p>
<p>Let me introduce you to <a href="https://github.com/fathyb/carbonyl">the Carbonyl web browser</a>!</p>
<h2>Drawing</h2><hr/><p><a href="https://fathy.fr/carbonyl">Read more..</a></p>]]></description>
        </item>
        <item>
            <title><![CDATA[Forking Chrome to turn HTML into SVG]]></title>
            <link>https://fathy.fr/html2svg</link>
            <guid>https://fathy.fr/html2svg</guid>
            <pubDate>Fri, 11 Nov 2022 15:00:00 GMT</pubDate>
            <description><![CDATA[<p>I&#x27;ve been working on a program called <a href="https://github.com/fathyb/html2svg"><code>html2svg</code></a>, it converts web pages to SVG. It&#x27;s based on a fork of Chromium to support modern web standards. This post explains most patches.</p>
<h2>Take a picture</h2>
<p>Chromium is built on top of Blink: an HTML engine forked from WebKit, and Skia: a 2D engine also used in Firefox and Android.</p>
<p>Blink consumes the HTML input, and Skia produces the graphical output. The Chromium compositor (<code>cc</code>) is in between, but we&#x27;ll ignore it for now.</p><hr/><p><a href="https://fathy.fr/html2svg">Read more..</a></p>]]></description>
        </item>
    </channel>
</rss>