WIP WYSIWYG ~3D SVG editor.
0
fork

Configure Feed

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

Minor: Stroke is a number, not a color.

Got a little overzealous with my copying and pasting.

+1 -1
+1 -1
index.html
··· 102 102 <label for="color-value">Color</label> 103 103 <input type="color" id="color-value" /> 104 104 </div> 105 - <div id="stroke" class="color prop"> 105 + <div id="stroke" class="number prop"> 106 106 <label for="stroke-value">Stroke</label> 107 107 <input type="number" id="stroke-value" /> 108 108 </div>