WIP WYSIWYG ~3D SVG editor.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Chore: Clean up unused bits of HTML and CSS

-12
-2
index.html
··· 8 8 <link rel="stylesheet" href="https://use.typekit.net/mcn0osz.css"> 9 9 <script src="zdog.js"></script> 10 10 <script src="zfetch.js"></script> 11 - <!-- unpkg zdog --> 12 - <!--<script src="https://unpkg.com/zdog@1.1.3/dist/zdog.dist.js"></script>--> 13 11 </head> 14 12 <body> 15 13 <main>
-10
styles.css
··· 129 129 cursor: pointer; 130 130 } 131 131 132 - /* 133 - #canvas .selected { 134 - filter: drop-shadow(0 0 0.2px #E62) 135 - drop-shadow(0 0 0.1px #E62) 136 - drop-shadow(0 0 0.05px #E62) 137 - drop-shadow(0 0 0.025px #E62) 138 - drop-shadow(0 0 0.0125px #E62); 139 - } 140 - */ 141 - 142 132 #overlay { 143 133 z-index: 1; 144 134 }