This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A recreation of the [Typst](https://typst.app) inspired by https://github.com/SAWARATSUKI/ServiceLogos. Created in Inkscape. | |
# License | |
1. Competely free for personal use. | |
2. Credit this gist or me (fenjalien) when sharing or distributing the image. | |
3. No commercial use, unless explicit permission has been granted. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import "@preview/cetz:0.1.2": * | |
#set page(width: auto, height: auto) | |
#canvas(length: 1pt, { | |
import draw: * | |
let color = color.rgb("239DAD") | |
scale((y: -1)) | |
set-style(fill: color, stroke: none,) |