quartz/content/Obsidian Vault/Excalidraw/Drawing 2021-11-02 15.36.23.excalidraw.md
2022-06-07 14:39:39 -06:00

1.3 KiB

excalidraw-plugin
parsed

==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠==

Text Elements

%%

Drawing

{
	"type": "excalidraw",
	"version": 2,
	"source": "https://excalidraw.com",
	"elements": [],
	"appState": {
		"theme": "light",
		"viewBackgroundColor": "#ffffff",
		"currentItemStrokeColor": "#000000",
		"currentItemBackgroundColor": "transparent",
		"currentItemFillStyle": "hachure",
		"currentItemStrokeWidth": 1,
		"currentItemStrokeStyle": "solid",
		"currentItemRoughness": 1,
		"currentItemOpacity": 100,
		"currentItemFontFamily": 1,
		"currentItemFontSize": 20,
		"currentItemTextAlign": "left",
		"currentItemStrokeSharpness": "sharp",
		"currentItemStartArrowhead": null,
		"currentItemEndArrowhead": "arrow",
		"currentItemLinearStrokeSharpness": "round",
		"gridSize": null
	},
	"files": {}
}

SVG snapshot

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" width="20" height="20">
	<!-- svg-source:excalidraw -->

	<defs>
		<style>
			@font-face {
				font-family: "Virgil";
				src: url("https://excalidraw.com/Virgil.woff2");
			}

			@font-face {
				font-family: "Cascadia";
				src: url("https://excalidraw.com/Cascadia.woff2");
			}
		</style>
	</defs>
	<rect x="0" y="0" width="20" height="20" fill="#ffffff"></rect>
</svg>

%%