Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
- <svg width="12cm" height="4cm" viewBox="0 0 1200 400" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
- <style type="text/css"><![CDATA[
- .s1 {
- fill: none;
- stroke: blue;
- }
- .s2 {
- fill-rule: evenodd;
- fill: red;
- stroke: black;
- stroke-width: 3;
- }
- ]]></style>
- </defs>
- <rect x="1" y="1" width="1198" height="398" class="s1" />
- <path d="M 250,75 L 323,301 131,161 369,161 177,301 z" class="s2" />
- <path d="M 600,81 A 107,107 0 0,1 600,295 A 107,107 0 0,1 600,81 z M 600,139 A 49,49 0 0,1 600,237 A 49,49 0 0,1 600,139 z" class="s2" />
- <path d="M 950,81 A 107,107 0 0,1 950,295 A 107,107 0 0,1 950,81 z M 950,139 A 49,49 0 0,0 950,237 A 49,49 0 0,0 950,139 z" class="s2" />
- </svg>
Advertisement
Add Comment
Please, Sign In to add comment