1234567891011121314151617181920212223242526272829303132 |
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 200 200" style="boder:1px solid red">
- <defs>
- <pattern id="textPattern1" width="1" height="2.5" patternUnits="userSpaceOnUse" patternTransform="rotate(30)">
- <rect x="0" y="0" width="1" height="1.5" fill="rgb(14, 111, 177)"></rect>
- </pattern>
- <text id="t1" x="100" y="0" fill="rgb(14, 111, 177)" font-size="30" font-family="STXingKai" font-weight="600"
- transform="scale(1.25,0.85)" transform-origin="center" dominant-baseline="hanging" text-anchor="middle">中 科 轼
- 峰</text>
- <text id="t2" x="100" y="0" fill="rgb(51, 154, 57)" font-size="15" font-family="Times New Roman" font-weight="500"
- transform="scale(1.55,0.9)" transform-origin="center" text-anchor="middle" dominant-baseline="hanging">Zhong Ke
- Shi Feng</text>
- </defs>
- <symbol id="logo" viewBox="0 0 200 150">
- <symbol id="l" viewBox="0 0 200 150">
- <path d="M40 0 h-20 a20 20 0 0 0 -20 20 v110 a20 20 0 0 0 20 20 h136
- a3 4 1 0 0 2.25 -5 l-6.75 -15 l-18 -40 q-5 -10 0 -15 l30 -35 h-30 l-30 35 q-5 5 0 15
- l15.25 35 a3 4 1 0 1 -2.25 5 h-92 a5 5 0 0 1 -5 -5 v-105 q2 -18 18 -20" fill="currentColor" />
- </symbol>
- <symbol id="l1" viewBox="0 0 200 150">
- <use href="#l" />
- </symbol>
- <symbol id="l2" viewBox="0 0 200 150">
- <use href="#l" style="transform: translate(100%,100%) rotate(180deg);" />
- </symbol>
- <use href="#l1" style="color: rgb(51, 154, 57);" />
- <use href="#l2" style="color: rgb(14, 111, 177);" />
- </symbol>
- <use href="#logo" width="200" height="150" />
- <use href="#t1" x="0" y="145" />
- <use href="#t2" x="0" y="175" />
- </svg>
|