This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>SVG Example</title> | |
| </head> | |
| <body> | |
| <svg width="1000" height="700"> | |
| <g id="leaf" transform="rotate(30,0, 450)"> | |
| <path fill="#4CAF50" d="M469,7c-2-4-6-7-10-7C45,0,0,172,0,245 | |
| c0,96,73,160,181,160c137,0,166-130,181-200c15-71,51-136,104-187 | |
| C469,15,470,11,469,7z"></path> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>SVG Example</title> | |
| </head> | |
| <body> | |
| <svg width="1000" height="500"> | |
| <g id="leaf" transform="translate(500,0) scale(0.5,0.5)"> | |
| <path fill="#4CAF50" d="M469,7c-2-4-6-7-10-7C45,0,0,172,0,245 | |
| c0,96,73,160,181,160c137,0,166-130,181-200c15-71,51-136,104-187 | |
| C469,15,470,11,469,7z"></path> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>SVG Example</title> | |
| </head> | |
| <body> | |
| <svg width="1000" height="500"> | |
| <g id="leaf" transform="translate(500,0)"> | |
| <path fill="#4CAF50" d="M469,7c-2-4-6-7-10-7C45,0,0,172,0,245 | |
| c0,96,73,160,181,160c137,0,166-130,181-200c15-71,51-136,104-187 | |
| C469,15,470,11,469,7z"></path> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>SVG Example</title> | |
| </head> | |
| <body> | |
| <svg width="500" height="500"> | |
| <g id="leaf" stroke="#cd13d4" stroke-width="3" stroke-dasharray="6 2"> | |
| <path fill="#4CAF50" d="M469,7c-2-4-6-7-10-7C45,0,0,172,0,245 | |
| c0,96,73,160,181,160c137,0,166-130,181-200c15-71,51-136,104-187 | |
| C469,15,470,11,469,7z"></path> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>SVG Example</title> | |
| </head> | |
| <body> | |
| <svg width="500" height="500"> | |
| <g id="leaf" color="#de3e3e"> | |
| <path fill="currentcolor" d="M469,7c-2-4-6-7-10-7C45,0,0,172,0,245 | |
| c0,96,73,160,181,160c137,0,166-130,181-200c15-71,51-136,104-187 | |
| C469,15,470,11,469,7z"></path> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>SVG Example</title> | |
| </head> | |
| <body> | |
| <svg width="500" height="500"> | |
| <g id="leaf" fill="#de3e3e"> | |
| <path d="M469,7c-2-4-6-7-10-7C45,0,0,172,0,245 | |
| c0,96,73,160,181,160c137,0,166-130,181-200c15-71,51-136,104-187 | |
| C469,15,470,11,469,7z"></path> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>SVG Example</title> | |
| </head> | |
| <body> | |
| <svg width="500" height="500"> | |
| <g id="leaf"> | |
| <path style="fill:#4CAF50;" d="M469,7c-2-4-6-7-10-7C45,0,0,172,0,245 | |
| c0,96,73,160,181,160c137,0,166-130,181-200c15-71,51-136,104-187 | |
| C469,15,470,11,469,7z"></path> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <svg height="400" width="3000" fill="none"> | |
| <path d="M 0 200 l 50 0 a 150 100 0 0 0 300 0 l 50 0" stroke="#c40000" stroke-width="3"></path> | |
| <path d="M 500 200 l 50 0 a 150 100 30 0 0 300 0 l 50 0" stroke="#c40000" stroke-width="3"></path> | |
| <path d="M 1000 200 l 50 0 a 150 100 30 0 1 300 0 l 50 0" stroke="#c40000" stroke-width="3"></path> | |
| <path d="M 1500 200 l 50 0 a 150 100 30 0 0 200 0 l 50 0" stroke="#c40000" stroke-width="3"></path> | |
| <path d="M 1900 200 l 50 0 a 150 100 30 1 0 200 1 l 50 0" stroke="#c40000" stroke-width="3"></path> | |
| </svg> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <svg height="300" width="800" fill="none"> | |
| <path d="M 0 100 Q 50 0 100 100 T 200 100 T 300 100" stroke="#c40000" stroke-width="3"/> | |
| </svg> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <svg height="300" width="800" fill=none> | |
| <path d="M 10 10 Q 10 110 110 110 " stroke="#c40000" stroke-width="3" /> | |
| <path d="M 150 110 q 50 -100 100 0 " stroke="#c40000" stroke-width="3"/> | |
| <path d="M 300 110 q 0 100 100 100 q 100 0 100 -100 q 0 -100 -100 -100 q -100 0 -100 100" stroke="#c40000" stroke-width="3" /> | |
| </svg> |