peachisai commented on PR #465:
URL: 
https://github.com/apache/skywalking-booster-ui/pull/465#issuecomment-2812344359

   There are my codes
   ```
   <!-- Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
   
        http://www.apache.org/licenses/LICENSE-2.0
   
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License. -->
   
   <svg width="2400" height="2400" viewBox="0 0 200 100"  version="1.1"  
xmlns="http://www.w3.org/2000/svg";>
   
       <defs>
           <marker id="arrowhead" markerWidth="8" markerHeight="8" refX="2" 
refY="2.5" orient="auto">
               <polygon points="0 0, 3 2.5, 0 5" fill="white" />
           </marker>
       </defs>
   
   
       <line x1="0" y1="20" x2="42" y2="20" stroke="white" stroke-width="7" 
marker-end="url(#arrowhead)" />
       <line x1="0" y1="50" x2="42" y2="50" stroke="white" stroke-width="7" 
marker-end="url(#arrowhead)" />
       <line x1="0" y1="80" x2="42" y2="80" stroke="white" stroke-width="7" 
marker-end="url(#arrowhead)" />
   
   
       <line x1="49" y1="10" x2="139" y2="10" stroke="white" stroke-width="7" />
   
   
       <line x1="49" y1="90" x2="139" y2="90" stroke="white" stroke-width="7" />
   
   
       <line x1="49" y1="10" x2="50" y2="90" stroke="white" stroke-width="7" />
   
   
       <ellipse cx="140" cy="50" rx="10" ry="40" fill="none" stroke="white" 
stroke-width="7" />
   
   
       <line x1="147" y1="20" x2="190" y2="20" stroke="white" stroke-width="7" 
marker-end="url(#arrowhead)" />
       <line x1="149" y1="50" x2="190" y2="50" stroke="white" stroke-width="7" 
marker-end="url(#arrowhead)" />
       <line x1="147" y1="80" x2="190" y2="80" stroke="white" stroke-width="7" 
marker-end="url(#arrowhead)" />
   </svg>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to