diff options
Diffstat (limited to 'blocks/SampleCLK.svg')
-rw-r--r-- | blocks/SampleCLK.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/blocks/SampleCLK.svg b/blocks/SampleCLK.svg new file mode 100644 index 0000000..19d7fa0 --- /dev/null +++ b/blocks/SampleCLK.svg @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="40" xmlns="http://www.w3.org/2000/svg" version="1.1" height="40"> + <g id="layer"> + <path id="horizontals" stroke-linejoin="round" d="M6,1h28m-33,13h38m-36,13h33m-30,12h28" stroke="#C00" stroke-linecap="round" stroke-width="2px" fill="none"/> + <path id="LeftBorder" stroke-linejoin="round" d="M6,1l-5,13,2,13,3,12" stroke="#C00" stroke-linecap="round" stroke-width="2px" fill="none"/> + <path id="RightBorder" stroke-linejoin="round" d="M34,1l5,13-2,13-3,12" stroke="#C00" stroke-linecap="round" stroke-width="2px" fill="none"/> + <g id="clock"> + <circle r="5" stroke="#C00" cy="33" cx="20" stroke-width="0.5px" fill="none"/> + <circle cy="33" cx="20" r="0.75" fill="#000"/> + <path stroke-linejoin="round" d="M20,33l-2-2" stroke="#000" stroke-linecap="round" stroke-width="0.5" fill="none"/> + <path stroke-linejoin="round" d="M20,33l3-3" stroke="#000" stroke-linecap="round" stroke-width="0.5" fill="none"/> + </g> + </g> +</svg> |