TestGl-pp.svg (2197B)
1 <?xml version="1.0"?> 2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="300.0" height="380.0" viewBox="0 0 300.0 380.0"> 3 <style>text { 4 fill: #333; 5 font-family: 'Roboto', sans-serif; 6 font-weight: bold; 7 } 8 text.title { 9 font-family: 'Comfortaa', sans-serif; 10 font-weight: normal; 11 } 12 text.brand { 13 font-family: 'Audiowide', sans-serif; 14 font-weight: bold; 15 } 16 17 polyline { 18 stroke: #333; 19 } 20 polyline.guide { 21 stroke: #0f0; 22 } 23 path { 24 stroke: #333; 25 } 26 27 rect.module-background, .background-fill { 28 fill: #ddd; 29 } 30 polyline.module-border-inner { 31 stroke: #e4e4e4; 32 } 33 polyline.module-border-middle { 34 stroke: #ebebeb; 35 } 36 polyline.module-border-outer { 37 stroke: #f2f2f2; 38 } 39 40 g.io-group { 41 } 42 rect.input-background, rect.input-background-filler { 43 fill: #fafafa; 44 } 45 rect.output-background, rect.output-background-filler { 46 fill: #bbb; 47 } 48 text.input-label, text.output-label { 49 /* font-size: 6pt; */ 50 } 51 polyline.input-label, polyline.output-label { 52 } 53 path.input-label, path.output-label { 54 } 55 56 circle.port-rim { 57 stroke: #f0f0f0; 58 } 59 circle.port-barrel { 60 stroke: #222; 61 fill: #222; 62 } 63 circle.knob-center { 64 fill: #eee; 65 } 66 circle.knob-rim { 67 fill: #333; 68 } 69 circle.knob-tick { 70 fill: #fff; 71 } 72 polyline.knob-tick { 73 stroke: #fff; 74 } 75 </style> 76 77 78 79 <rect class="module-background background-fill" width="300.0" height="380.0"/> 80 81 82 <polyline class="module-border-inner" points="1,1 299.0,1 299.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> 83 <polyline class="module-border-middle" points="0.5,0.5 299.5,0.5 299.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> 84 <polyline class="module-border-outer" points="0,0 300.0,0 300.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> 85 86 <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(150.0 19)">TESTGL</text> 87 <g transform="translate(0 374)"> 88 <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(150.0 0)">BOGAUDIO</text> 89 <rect class="background-fill" width="3" height="3" transform="translate(134.5 -5)"/> 90 </g> 91 92 </svg>